Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

yes no checkbox css

<!-- Not rly a checkbox -->

<label class="screen-reader-only" for="choice">Yes or No?</label>
<span aria-hidden="true">No</span>
<input type="range" max="1" id="choice" name="choice">
<span aria-hidden="true">Yes</span>
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #checkbox #css
ADD COMMENT
Topic
Name
4+6 =