Skip to content

Find what you need, instantly

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

All roles

group

Document structure role

A set of related interface elements treated as a unit but not significant enough to be a landmark. It's used to associate controls — like the radios in a radiogroup or a cluster of related fields — and can carry an accessible name. Assistive technologies may announce entering and leaving the group.

Used on
A set of related UI elements not meant to be a landmark.
Accessible name
Recommended, via aria-labelledby or aria-label.
Used by components
Example
role="group"
<div role="group" aria-label="Zoom controls">…</div>
See a live, tested example on the Radio Group page