RadioGroup
labelReactElement<any, string | JSXElementConstructor<any>>
nameRequired
string
onChange(value: string | number) => void
optionsOption[] | undefined = []
renderOptionReact.ElementType<any>
requiredBoolean
valuestring
The RadioGroup component is a collection of radio buttons that allows users to select one option from a set of mutually exclusive choices. It ensures that only one option can be selected at a time, providing a clear and accessible way to present multiple-choice options. This component is essential for forms and settings where a single selection is required.
labelReactElement<any, string | JSXElementConstructor<any>>
namestring
onChange(value: string | number) => void
optionsOption[] | undefined = []
renderOptionReact.ElementType<any>
requiredBoolean
valuestring