Radio
The Radio component lets users select a single option from a visible group of choices. It provides a clear and accessible way to make mutually exclusive selections in forms and settings.
tsx
Default
Wrap Radio items inside a RadioGroup. Set defaultValue to pre-select an option.
Sizes
Two sizes: sm (default) and md. Adjusts indicator, label, and dot.
With Description
Displays supporting text below the label.
Disabled
Disable a single item or the entire group.
Indicator Only
Renders only the indicator. Provide aria-label for accessibility.