Skip to content

Find what you need, instantly

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

All roles

menuitemradio

Widget role

A menu item within a group where selecting it checks it and unchecks its siblings, like choosing one option from several. Its state is exposed via aria-checked. Group related menuitemradios so assistive technologies convey the single-choice relationship.

Used on
A checkable item in a set within a menu where only one is checked.
Required properties
  • aria-checkedtrue or false
Accessible name
From the item's child text content.
Example
role="menuitemradio"
<li role="menuitemradio" aria-checked="true">Left</li>