Checkbox Example 2
This example uses images instead of css to display the checkboxes.
Example
- Example using in-line ARIA markup | HTML source with in-line ARIA
- Example using ARIA markup from CLASS attribute information | HTML source of ARIA markup from CLASS attribute
Sandwich Condiments
Lettuce
Tomato
Mustard
Sprouts
Not your average lettuce
Keyboard Shortcuts
- Tab: move between checkbox items.
- Space: toggle
aria-checkedstate of currently focused checkbox.
ARIA Roles and Properties
- Role:
role="checkbox" - Role:
role="group" - Role:
role="presentation" - Role:
role="description" - States and properties:
aria-checkedaria-describedbyaria-labelledby
Compatible Browsers
- Mozilla Firefox 1.5+
- Internet Explorer 6+
