drgullin / icheck

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

Indeterminate attribute stripped on AJAX load in some versions of IE #306

Open BrandonDusseau opened 8 years ago

BrandonDusseau commented 8 years ago

My team is using this library and we've found that in IE 10, 11, and Edge, the browser strips the indeterminate attribute on AJAX page loads. This is likely because the attribute is non-standard. iCheck should be updated to use better-supported data- attributes to check if a checkbox is indeterminate.