A simple jQuery plugin that replaces the default checkbox and uses Bootstrap glyphicon icons.
Just wrap your checkboxes with a <span> element and call the plugin jQuery function.
<span class="bs-checkbox">
<input type="checkbox" />
</span>jQuery('.bs-checkbox').bsCheckbox();Updated CSS and JS so it can be used outside form elements.
Initial commit. Use of Bootstrap's Glyphicons icons.