RadioButtonChangeEvent

Interface for RadioButton change event arguments

Props

The following table outlines the props for the RadioButtonChangeEvent:

NameTypeDefaultDescription
event
ChangeEvent<HTMLInputElement>
-

The initial event object received from the input element.

value
string
-

The selected value of the RadioButton.