vitalets / checklist-model

AngularJS directive for list of checkboxes
http://vitalets.github.io/checklist-model
MIT License
1.05k stars 206 forks source link

shift + click to select multiple checkboxes using this directive #163

Open anuja-joshi opened 7 years ago

anuja-joshi commented 7 years ago

Is there any way to shift + click to select multiple checkboxes using this directive like we have in Gmail?

Example: 1.Click on 1st row's checkbox. 2.Holding down SHIFT key. 3.Click on 10th row's checkbox. Result: the first 10th rows will be selected.

As this directive deals with list of checkboxes, selecting/deselecting multiple will be of great use

zachcb1 commented 6 years ago

Anuja, did you figure this out?