drgullin / icheck

Highly customizable checkboxes and radio buttons (jQuery & Zepto)
http://fronteed.com/iCheck
7.38k stars 1.62k forks source link

Check All. #170

Closed Third-Hyperion closed 10 years ago

Third-Hyperion commented 10 years ago

Hi,

Was just wondering if you have the option to check all and to apply a checked class to everyone?

Much Appreciated,

Wes.

mikkelson commented 8 years ago

To check all boxes.

$('input').iCheck('check');

The checked class will be applied.