An open API service indexing awesome lists of open source software.

https://github.com/onix-systems/checkboxrangeselection

Simple check box range selection with shift button
https://github.com/onix-systems/checkboxrangeselection

Last synced: about 2 months ago
JSON representation

Simple check box range selection with shift button

Awesome Lists containing this project

README

        

CheckboxRangeSelection
======================

Simple check box range selection with shift button

Installation
Copy folder "CheckboxRangeSelection" into "protected/extensions".

Usage
To activate the widget paste the code in view

$this->widget('ext.CheckboxRangeSelection.CheckboxRangeSelectionWidget', array('class'=>'your-checkboxes-class'));