Skip to content

Instantly share code, notes, and snippets.

@nchristus
Created July 12, 2017 18:11
Show Gist options
  • Select an option

  • Save nchristus/bfdf449e0f67898ed05ebdce93a5d891 to your computer and use it in GitHub Desktop.

Select an option

Save nchristus/bfdf449e0f67898ed05ebdce93a5d891 to your computer and use it in GitHub Desktop.
Checkbox example
<div class="checkbox">
<input type="checkbox" id="checkbox_1">
<label for="checkbox_1">Checkbox Label</label>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment