Skip to main content

RadioGroup

A widget for user for choose options

  • props
PropertyDescriptionTypeDefault
stylestyle for containe of RadioGroupany-
textStylestyle of option textany-
valuevalue of RadioGroupstring-
onChangecallback when option changefunction-
optionsoptions for RadioGroup{label: string, value: string}[]-
<RadioGroup 
options={[
{
label: 'option 1',
value: 'option 1',
},
{
label: 'option 2',
value: 'option 2',
}
]}
/>

RadiGroup