Read This First
No ARIA is better than Bad ARIA. Before using any ARIA, read this to understand why.
How to build accessibility semantics into web patterns and widgets
No ARIA is better than Bad ARIA. Before using any ARIA, read this to understand why.
WAI-ARIA supports two types of checkbox widgets: dual-state checkboxes toggle between two choices -- checked and not checked -- and tri-state checkboxes, which allow an additional third state known as partially checked.
One common use of a tri-state checkbox can be found in software installers where a single tri-state checkbox is used to represent and control the state of an entire group of install options. And, each option in the group can be individually turned on or off with a dual state checkbox.
The user can use the tri-state checkbox to change all options in the group with a single action:
fieldset
.When the checkbox has focus, pressing the Space key changes the state of the checkbox.
checkbox
.checkbox
.checkbox
.true
.false
.mixed
.This is an unpublished draft preview that might include content that is not yet approved. The published website is at w3.org/WAI/.