icheck
icheck copied to clipboard
Performance is not good
I have 3000 checkbox, the browser crashed.
$("input").iCheck();
// ...
$("input").iCheck("disable");
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)?