Boolean attribute (ARIA)
A boolean attribute in ARIA is an enumerated attribute that includes true
or false
in the enumerated list.
In ARIA, booleans only come in the form of strings "true"
and "false"
.
See also
- Related glossary terms:
- Enumerated that contains more behavioral details and examples of ARIA boolean attributes
- Boolean attribute in HTML