Skip to main content
Version: 1.x

RadioGroupOptionProps

RadioGroupOptionProps

Signature
interface RadioGroupOptionProps {
label: string;
value: string;
description?: string;
default?: boolean;
}

label

property
string

value

property
string

description

property
string

default

property
boolean