A jQuery plugin that gives you nice powers over your checkboxes.
npm install checkboxes.js!checkboxes.js – A jQuery plugin that gives you nice powers over your checkboxes

With NPM:
``shell`
npm install checkboxes.js --save
With bower:
`shell`
bower install checkboxes --save
Manually:
1. Download the latest release.
2. Then include jquery.checkboxes-###.min.js just after jQuery.
* Check all checkboxes in context.
* Uncheck all checkboxes in context.
* Toggle states of all checkboxes in context.
* Enable range selection.
* Limit the number of checked checkbox per context.
* Data API like Twitter Bootstrap.
* Checking all checkboxes in a context
* Unchecking all checkboxes in a context
* Toggling all checkboxes's state in a context
* Enabling range selection of checkboxes
* Limiting the number of checked checkboxes in a context
All help are more than welcome!
#### Pre-requisites
#### Development Workflow
1. Fork this respository.
2. Clone your fork and create a feature branch from develop.
`shell`
git clone git@github.com:
git fetch origin
git checkout develop
git checkout -b feature-
3. Install development dependencies.
`shell`
npm install
bower install
4. Code and be happy!
5. Test your code (run grunt to watch JS files and execute the test specs).grunt build
6. When everything is in good shape prepare the distribution files (run ).
7. Submit a pull request and grab popcorn.
Questions? Hit me.
#### ProTip:
> When coding run grunt, this will watch for any change in source and test files, then it will lint and test your code as you code.
To run all tests:
`shell``
grunt test
- checkboxes.js was created by Rubens Mariuzzo with all the love in the world.
- checkboxes.js would not have been possible without the help of: jQuery, Highlight.js, Font Awesome, Glyphicons, Twitter Bootstrap and Subtle Patterns. _I'm very thankful for all!_