Skip to content

Find what you need, instantly

Search components, ARIA roles & attributes, and WCAG criteria.

All roles

radiogroup

Composite widget role

A 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>
See a live, tested example on the Radio Group page