radiogroup constant

String const radiogroup

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).

See: developer.mozilla.org/en-US/docs/web/accessibility/aria/roles/radiogroup_role

Implementation

static const String radiogroup = 'radiogroup';