drgullin / icheck

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

icheck dosnt work when validator is on the page (asp.net) #398

Open prgdes opened 6 years ago

prgdes commented 6 years ago

hi all,

i trying to customize my checkbox in asp.net by icheck, it's working good until i append validator for textbox ? then its not working .. the property 'EnableClientScript=true' of validator make the icheck disable because it's java file loading and then icheck js dosn't work. but i need validator and other controls working by js in my project

anybody can help me plz