drgullin / icheck

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

iCheck does no trigger change event #381

Closed jaimestuardo closed 3 years ago

jaimestuardo commented 7 years ago

Hello...

I have placed a checkbox in the header row of a grid. The fact is that by clicking that checkbox, all checkbox in the grid rows should if checked.

When normal checkbox, it works, but if I change it to iCheck, it does not. It seams iCheck does not trigger change event to the original checkbox.

Cheers Jaime

lorrandavid commented 6 years ago

@jaimestuardo have you tried any of the callbacks provided by iCheck? like ifChanged or ifClicked? iCheck does not behave like a regular checkbox do, you can read about the callbacks here.

drgullin commented 3 years ago

Fixed in v1.0.3 https://github.com/dargullin/icheck/commit/6f311edd715b1e8936419fccb2de17efa9948255.