Last active
May 20, 2016 13:02
-
-
Save joeyfigaro/3fc6c28c8336b111a74a18457fe65fe5 to your computer and use it in GitHub Desktop.
boilerplate checkbox markup
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="checkbox"> | |
<input type="checkbox" name="builds" id="<input_id>" value="<input_value>"> | |
<label for="<input_id>">TEXT HERE</label> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment