Skip to content

Instantly share code, notes, and snippets.

@joeyfigaro
Last active May 20, 2016 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeyfigaro/3fc6c28c8336b111a74a18457fe65fe5 to your computer and use it in GitHub Desktop.
Save joeyfigaro/3fc6c28c8336b111a74a18457fe65fe5 to your computer and use it in GitHub Desktop.
boilerplate checkbox markup
<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