role switch
suggest changeA 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>
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents