menuitemradio
Widget roleA 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-checked— true or false
Accessible name
From the item's child text content.
Example
role="menuitemradio"
<li role="menuitemradio" aria-checked="true">Left</li>References