/bs-checkbox

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

Primary LanguageHTML

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.