Skip to content

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

Notifications You must be signed in to change notification settings

codingstill/bs-checkbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.5%
  • JavaScript 22.8%
  • CSS 3.7%