Radio

<Radio label={RADIO_LABEL} intent={INTENT} onChange={ON_RADIO_CHANGE} value="radio-01" isDisabled={IS_DISABLED} state={RADIO}/>
NameTypeDescriptionRequired
intent
HeliosIntentionType
-
Yes
isDisabled
boolean
-
isSmall
boolean
-
label
string
-
Yes
onChange
(event?: ChangeEvent) => Promise<void> | void
-
state
string
-
Yes
value
string
-
Yes