drgullin / icheck

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

Performance is not good #343

Open smallyard opened 8 years ago

smallyard commented 8 years ago

I have 3000 checkbox, the browser crashed.

$("input").iCheck();
// ...
$("input").iCheck("disable");
iamsolarplexus commented 7 years ago

I've also seen pageload times suffer greatly with larger numbers of inputs (hundreds+). Bogs the browser way down (or crashes as you say).

Has anyone been able to get v2.0 to work instead and does it scale well for these large pages (with hundreds+ of inputs)?