onChange({checkedItemValue, checkedItemIndex})
callback will be called, having the selected item's value
and index
as arguments.<RadioRadioButtonGroup />
is uncontrolled, changing the checked value when the user clicks on the radio buttons. If you don't specify a defaultRadioValue
, no value will be initially selected.defaultRadioValue
prop for uncontrolled behaviour, which will select the given value in the <RadioRadioButtonGroup />
. <RadioRadioButtonGroup />
, use the radioValue
prop in combination with onChange
to react to changes.