Skip to content

Instantly share code, notes, and snippets.

@starikovs
Last active December 13, 2015 21:58
Show Gist options
  • Save starikovs/4980567 to your computer and use it in GitHub Desktop.
Save starikovs/4980567 to your computer and use it in GitHub Desktop.
Big alt-checkbox.
<input type="checkbox" id="checkbox3">
<label for="checkbox3">Check Me! I'm big.</label>
<script>
jQuery("#checkbox3").altCheckbox({
iconClass: "fontawesome-remove",
sizeClass: "big"
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment