Skip to content

rmariuzzo/checkboxes.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee470c0 · Aug 12, 2022
Oct 12, 2017
Oct 1, 2016
Jul 27, 2016
Sep 2, 2015
Apr 5, 2018
Jul 27, 2016
Dec 11, 2021
Jul 28, 2016
Jul 28, 2016
Oct 1, 2016
Aug 12, 2022
Sep 11, 2017
Apr 5, 2018
Dec 11, 2021
Jul 9, 2018

Repository files navigation

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

Build Status

Installation

With NPM:

npm install checkboxes.js --save

With bower:

bower install checkboxes --save

Manually:

  1. Download the latest release.
  2. Then include jquery.checkboxes-###.min.js just after jQuery.

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.

Documentation and examples

Want to contribute?

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.

    git clone [email protected]:<your-username>/checkboxes.js.git
    git fetch origin
    git checkout develop
    git checkout -b feature-<super-power>
  3. Install development dependencies.

    npm install
    bower install
  4. Code and be happy!

  5. Test your code (run grunt to watch JS files and execute the test specs).

  6. When everything is in good shape prepare the distribution files (run grunt build).

  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.

Tests

To run all tests:

grunt test

Credits

Used by

  • Patchwork