radiogroup
Composite widget roleA container for a set of mutually exclusive radio options, of which only one can be selected. It manages arrow-key navigation and a single checked child, and should have an accessible name describing the choice. It maps to a native `<fieldset>` of radio inputs.
Used on
A container grouping mutually exclusive radios.
Accessible name
Required, via aria-labelledby or aria-label.
Used by components
Example
role="radiogroup"
<div role="radiogroup" aria-label="Speed">…</div>References