RadioGroup
Groups multiple radio buttons so only one can be selected at a time.Import
RadioGroup.Root
Groups all radio buttons.Props
State
value: any - The value of the selected radiodisabled: boolean - Whether all radios should be disabledreadOnly: boolean - Whether all radios should be read-onlyrequired: boolean - Whether a selection is required