This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="holoform dark"> | |
<span class="checkbox"> | |
<label for="check1">This is the label</label> | |
<span> | |
<input type="checkbox" name="check1" id="check1"> | |
<label data-on="ON" data-off="OFF"></label> | |
</span> | |
</span> | |
<span class="checkbox"> | |
<label for="check2">This one is already checked</label> |
NewerOlder