Documentation Index
Fetch the complete documentation index at: https://mintlify.com/mui/base-ui/llms.txt
Use this file to discover all available pages before exploring further.
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