what2watch/scss/plugins/checkbox/test.html

10 lines
237 B
HTML
Raw Normal View History

2023-09-22 00:43:18 +00:00
<h2 id="checkbox">Checkbox</h2>
<label>
<input type="checkbox">
<span class="checkable">Check me out (;</span>
</label>
<br>
<input id="checktest" type="checkbox" checked>
<label for="checktest" class="checkable">Uncheck me</label>