abpetkov / switchery

iOS 7 style switches for your checkboxes
http://abpetkov.github.io/switchery/
2.06k stars 477 forks source link

Check all/Select all functionality in Switchery #87

Closed PraveenKumar-UX closed 9 years ago

PraveenKumar-UX commented 9 years ago

How to achieve Check all/Select all functionality in Switchery? The event is not firing... somebody please help!

rajukt commented 9 years ago

Hi Praveen,

refer this Link http://jsfiddle.net/radha9611/2op24yc5/1/

abpetkov commented 9 years ago

There are plenty of closed issues on selecting/deselecting the switches. It's pretty much the same, but you run a loop with all checkbox elements inside. Here's a good starting point for your research: https://github.com/abpetkov/switchery/issues/84

PraveenKumar-UX commented 9 years ago

@rajukt Thanks Raju... @abpetkov I got it... Thanks a lot :)