Checkboxes.js Versions Save

☑️ A jQuery plugin that gives you nice powers over your checkboxes.

v1.2.2

6 years ago

This release fixes a reported issue I had with the NPM registry where the main file was a previous released versions. I apologize for any issue that it may cause.

Sincerely, Rubens Mariuzzo.

v1.2.0

7 years ago

This release makes any calls to check, uncheck, toggle and range to trigger change event on affected checkboxes.

💁 Happy Coding!

v1.1.0

7 years ago

ES6 rewrite

Yeah… I have also jumped into the hype wagon. After taking a course about ES6, I decided to rewrite some of my projects to ES6.

Note: According to tests cases, this release is 100% compatible with its prior version 1.0.7. You can see the test results at Travis CI.

v1.0.7

7 years ago

This release cleans up the test cases and also tell the plugin to only take in account visibles checkboxes.

Happy coding!

v1.0.6

9 years ago

This release is all about a refactoring upgrade that reorganize the source code.

Want to contribute? We have a lot of ideas! Join and chat with us on Gitter: https://gitter.im/rmariuzzo/checkboxes.js

v1.0.5

9 years ago

This release is all about a refactoring upgrade that aim to make easier the development workflow, including source watcher, jasmine test specs and jshint.

Want to contribute? We have a lot of ideas!

v1.0.4

9 years ago

This release fixes a particular issues when using data-api on a checkbox.

Happy coding!

v1.0.3

10 years ago

This release define the plugin as a bower package.

You can install it using bower: bower install checkboxes.js

Happy coding!

v1.0.2

10 years ago

This is a maintenance release which improve the current plugin in new scenarios: in the context with disabled checkboxes.

The features: check all, uncheck all, toggle and range selection will no change the checked property for any disabled checkboxes.

v1.0.1

10 years ago

Today, I'm happy to announce the first release of checkboxes.js: v1.0.1.

This release includes the following features:

  • 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.

Check it out the online demo: http://rmariuzzo.github.io/checkboxes.js/