🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A simple jQuery plugin that replaces the default checkbox and uses Bootstrap glyphicon icons.

Forms Plugins

Documentation

bs-checkbox

A simple jQuery plugin that replaces the default checkbox and uses Bootstrap glyphicon icons.

Usage

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();

Options

Changelog

Version 0.2

Updated CSS and JS so it can be used outside form elements.

Version 0.1

Initial commit. Use of Bootstrap's Glyphicons icons.


You May Also Like