-
When I use methods from issue #37 there is a little problem whit this delegation.
If you use
```
$('#mycheckbox').on('ifToggled', function(){
// custom function
});
```
to bind custom function to sp…
-
We've heard a bunch of feedback saying that people don't know that a task is completable by clicking the checkbox. We should change the checkbox so it is more intuitive to the user that it will comple…
-
I'm using iCheck with Drupal and if I try to load the iCheck lib with an Ajax call I get the error, that the funciton "_icheck" does not exists.
The solve the issue, I simply moved the plugin defini…
-
I just installed iCheck on my site and it works on the desktop, but the buttons dont even show up on my Mobile (Samsung Galaxy S3 mini).
Here's the URL.
http://md1network.com/user/register/
-
Hi,
Since the latest fixes for IE7 with iCheck checkboxes we now have a related bug.
We have a scenario where we have an icheck checkbox inside a row element (div)
the row element has a click event.
…
-
Dear Sir,
I Venkata working for Qatar Airways. In one of our ASP.NET based web application we are using iCheck control to show checkbox and radio inputs. It is very good for less number of controls…
-
In your 'closest' function, when the element it is looking for is not found, and the current chunk of html is not yet in the DOM, it throws an error when checking for node.tagName. I added two checks …
-
Hello,
i read there at i feel free to submit a issue if i found a problem, here i am..
any idea why it is not working?
http://jsfiddle.net/buRq7/8/
it should, iCheck wrap the input field but opacit…
-
Hi,
We found an issue using the iCheck library running on Windows Server 2012 Standard. with the following combination
Browser Mode: IE10
Document Mode: IE7 standard
The checkboxes are not rendered …
-
To my understanding, using the option "aria: false" when initializing should remove the aria-attributes, however it is not working for me right now.
Everything else is working fine.
This is the init…