Getting started
Headings
Anchors and hyperlinks
Tables
Input control elements
Sectioning elements
Lists
Comments
IFrames
Text formatting
Classes and IDs
Images
Linking resources
Selection menu controls
Output element
Content Languages
Doctypes
Forms
Canvas
Data attributes
SVG
Meta information
Void elements
Div element
Label element
Marking up source code
Media elements
Tabindex
ARIA
Global attributes
Marking-up quotes
Include JavaScript in HTML
Image Maps
Using HTML with CSS
Progress element
Character entities
Paragraphs
HTML 5 cache
Embe
Navigation bars
HTML event attributes
Contributors

role switch

suggest change

A type of checkbox that represents on/off values, as opposed to checked/unchecked values.

<select role="switch" aria-checked="false">
  <option>On</option>
  <option selected>Off</option>
</select>

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents