RadioGroup
Pick exactly one. For 2–4 short options consider a single-select ToggleGroup instead.
Exactly one option is selected at all times — give it a
defaultValue
.
Five or more options, or options needing description text, are better as a Select.
The group lives in a Fieldset; the legend is the question.