Skip to main content

RadioGroup

PlaygroundCode Example
APIThis is the list of additional props for the component

initialValue
string | number | boolean

The initial value of the selected radio button

onValueChange
((value?: string) => void) | ((value?: number) => void) | ((value?: boolean) => void) | ((value?: any) => void)

Invoked once when value changes, by selecting one of the radio buttons in the group