switch_aria constant

String const switch_aria

The ARIA switch role is identical to the checkbox role, except instead of being "checked" or "unchecked", it is either "on" or "off". Like the checkbox role, the aria-checked attribute is required. The two possible values are true and false. Unlike a

See: developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/switch_role

Implementation

static const String switch_aria = 'switch';