Radio
Last updated
Last updated
disabled
boolean
If true, disables all options of the radio control.
onChange
function
Function to be called when a new selection is made.
direction
vertical | horizontal
Determines the direction of the radio options.
selected
string | number
Value of the already selected option.
options
Array<ItemProps> (See Below)
Array of items
label
string
Label of the option
value
string | number
Value for the option
disabled
boolean
If true, disables the current option