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