icheck icon indicating copy to clipboard operation
icheck copied to clipboard

Highly customizable checkboxes and radio buttons (jQuery & Zepto)

Results 102 icheck issues
Sort by recently updated
recently updated
newest added

When I check a box and look at the console logs it says the value is `on` When I uncheck a box and look at the console logs it also...

Hi, It seems that on Blackberry, I have to click outside (I have to click on top of the area) the checkbox area to toggle the checkbox. It's quite annoying...

Using iCheck v2.0.0 on the iPhone. I have a list of about 25 checkboxes. The checkboxes that were in the viewport when the page loads work fine (click/unclick). However, when...

bugs

Hey everyone, I'm trying to integrate icheck with an IONIC project but after install/setup I got this problem : `icheck.js:34 Uncaught TypeError: Cannot read property 'fn' of undefined(…)` any hint...

Hello, I'm a novice when it comes to jquery, but I did get icheck working, first in 1.x and then in 2.x however, my form is multi part, and this...

In the example in the [readme](https://github.com/fronteed/icheck/blob/ac257b890f1c2e62a1ac5dff640bda5eb91c3708/README.md), the javascript is adding a DIV-tag inside of a LABEL-tag, thats may work in most browsers, but is by definition invalid HTML. http://stackoverflow.com/questions/18609554/is-div-inside-label-block-correct I...

I want to check if all checkbox if checked, but not working :( `if ($('.chkCityState:checked').length == $('.chkCityState').length) {` `console.log('ALL ARE CHECKED');` `}else{` `console.log('NOT ALL CHECKED');` `}` My second if statement...

in Chrome 47: When we go to the next site and then back to the previous one, the ifChecked events are not triggerred in jquery on handlers. Example: ``` $(document).ready(function()...

Hello, I want to block the changes on my inputs in a particular situation, but I don't want to desactivate them. Do you know how i can do that? Thank...