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

Plugin not working with Vuejs ``` vue.js:465 [Vue warn]: Error in mounted hook: "TypeError: $(...).iCheck is not a function" ```

Upon selecting an option, none selected option does not change. Selected options do not show in the area. Here is the screenshot. http://prntscr.com/g2heod

Is v2 backward compatible with v1?

icheck checkbox not working after 2 clicks jquery: $('input#completedTaskCheckBox').on('ifChecked', function(event){ setTimeout(function(){convertTORadio();}, 200); }); $('input#completedTaskCheckBox').on('ifUnchecked', function(event){ setTimeout(function(){convertToCheckBox();}, 200); });

when i press tab its not focusing properly .. Any solution for this

may install icheck package by composer?

SASS, SCSS, LESS and Stylus versions should be available out of the box.

features

I am writing an app using Angular 2, webpack and I am using the icheck front-end library. I am requiring them in my component thusly: ``` var jQuery: any =...