radiogroup
A group of radio buttons.
Composite roles act as composite user interface widgets. These roles typically act as containers that manage other, contained widgets.
Description
A group of radio buttons.
A radiogroup is a type of select list that can only have a single entry checked at any one time. Authors SHOULD enforce that only one radio button in a group can be checked at the same time. When one item in the group is checked, the previously checked item becomes unchecked (its aria-checked attribute becomes false).
Example
Characteristics
Semantic HTML
Reference