RadioGroup

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.

RadioGroup

label

ReactElement<any, string | JSXElementConstructor<any>>

name
Required

string

onChange

(value: string | number) => void

options

Option[] | undefined = []

renderOption

React.ElementType<any>

required

Boolean

value

string