RadioGroup
A group of mutually exclusive options. Built on Radix RadioGroup — keyboard arrows move between options, the group occupies a single tab stop.
Default
Disabled options
Accessibility notes
- Implements the WAI-ARIA Radio Group pattern: arrow keys move selection, the group occupies one tab stop in the document.
- Wrap the group in a
<fieldset>+<legend>when you need a heading for the whole group — Radix preserves the semantics.