Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 19, 2012 16:24
Show Gist options
  • Save smileyj68/2955092 to your computer and use it in GitHub Desktop.
Save smileyj68/2955092 to your computer and use it in GitHub Desktop.
Foundation 3 Custom Checkboxes
<label for="checkbox1">
<input type="checkbox" id="checkbox1" style="display: none;">
<span class="custom checkbox"></span> Label for Checkbox
</label>
<label for="checkbox2">
<input type="checkbox" id="checkbox2" style="display: none;">
<span class="custom checkbox"></span> Label for Checkbox
</label>
<label for="checkbox3">
<input type="checkbox" id="checkbox3" style="display: none;">
<span class="custom checkbox"></span> Label for Checkbox
</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment