onChange
Callback fired when a radio button is selected.
Parameters
{string} value The value of the selected radio button. You can pull out the new value by accessing event.target.value (string).
Callback fired when a radio button is selected.
{string} value The value of the selected radio button. You can pull out the new value by accessing event.target.value (string).