drgullin / icheck

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

if html input includes "checked" attribute, then erroneously shows checkbox/radio which is opposite of real checked state #368

Open javed-a opened 7 years ago

javed-a commented 7 years ago

if html input includes "checked" attribute (ie. <input ... checked>, applying iCheck shows input boxes or radios styled incorrectly; that is, checked shows as unchecked, and vice versa...

If I remove iCheck, the raw html shows checked state properly. #