Back to Content

Boolean attribute (ARIA)

files/en-us/glossary/boolean/aria/index.md

latest431 B
Original Source

A boolean attribute in ARIA is an {{Glossary("Enumerated", "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:
    • {{Glossary("Enumerated")}} that contains more behavioral details and examples of ARIA boolean attributes
    • {{Glossary("Boolean/HTML", "Boolean attribute")}} in HTML