Radio
A radio button allows the user to select one option from a set.Import
Radio.Root
Represents the radio button itself.Props
State
checked: boolean - Whether the radio button is currently selecteddisabled: boolean - Whether the component should ignore user interactionreadOnly: boolean - Whether the user should be unable to select the radio buttonrequired: boolean - Whether the user must choose a value before submitting a form