shiftcheckbox allows the users to select the range of checkboxes by clicking on one checkbox and then SHIFT+clicking on the last desired checkbox. All checkboxes in between the first and the last gets checked.
Download the plugin, include in your file as you do with other plugins and call
$.shiftcheckbox.init('<class-name>') in $(document).ready() function.
You must provide a unique class-name to the checkboxes on which you want to apply this plugin.
If you already have a class defined for a checkbox, put in another dummy class-name separated by space and provide
this dummy class-name in the init function.
Checkout the demo to see how this works.
Click here for a demo.
Mail me at [adityamooley] (at) [sanisoft] (dot) [com]