RadioButtonChangeEvent
Interface for RadioButton change event arguments
Props
The following table outlines the props for the RadioButtonChangeEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| event | ChangeEvent<HTMLInputElement> | - | The initial event object received from the input element. |
| value | string | - | The selected value of the RadioButton. |