drgullin / icheck

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

google chrome fires both ifChecked and IfUnchecked when checking a checkbox #348

Open paulbwd opened 8 years ago

paulbwd commented 8 years ago

It seems that google chrome has an issue with this plugin, ive tested the same code in firefox and safari and all is working fine, but in google chrome when i check an iCheck checkbox, it fires the if Checked method, followed by the ifUnchecked method causing the ifChecked method to be undone.

Anyone else noticed this?