drgullin / icheck

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

Ability to disable event callback handlers #274

Open alexmasita opened 9 years ago

alexmasita commented 9 years ago

Hi iCheck team. For a couple of days, I have been working on adopting an html 5 theme template (that uses your icheck library) to work on my ember js application developed on the ember js framework (http://emberjs.com/), but I found out yesterday that it broke the functionality of the checkboxes when ember js tries to bind to their checked and unchecked state.

I verified the iCheck library was the issue because on excluding it from the template, the ember js checkbox binding functions properly. I figured that perhaps the icheck's event handlers are to blame as they conflict with ember js frameworks event handling.

Is there a way I can get all the other features of iCheck without the event handling? In other words, is there a way to disable event handling in the iCheck library and just get the other features? Let me know.

gitncw commented 9 years ago

i also want to disable the iCheck event handling. I just want the style, not the event handling. I cannot use the jquery event handling , e.g. .click() after using the iCheck! All the codes need to be redone again!