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

How to click the radio button with icheck? The `` is not clickable in m selenium test.

I am using this technique for having tri-state check boxes that works great with normal checkbox, But I going to use `iCheck`, But I can't get it to work, Here's...

I have 3000 checkbox, the browser crashed. ``` javascript $("input").iCheck(); // ... $("input").iCheck("disable"); ```

Hi there, I'm building a form which brings back a database column which is boolean and whihc is to be exhibited in a check box field. Here's the code: function...

Friends, I'm trying to use the attribute "value" for my checkboxes, but after icheck initialization the value disappear.. take a look: HTML Before: `` HTML After iCheck initialization: `` My...

What I would like to see in iCheck is the use of iconic fonts (woff, ttf/otf, svg, eot) rather than images. This would make the theming much easier: - as...

I have this piece of code ``` $('input[id="tmpCheck"]').on('ifClicked', function (event) { $('input[id="tmpCheck"]').iCheck('toggle'); document.getElementById("tmpForm").submit(); }); ``` for checking the state of this inputfield `

clicking label for radio-button : no effect; need to click on the actual radio button; clicking label for checkbox : selects all checkbox options, not just the selected button. in...

if html input includes "checked" attribute (ie. , applying iCheck shows input boxes or radios styled incorrectly; that is, checked shows as unchecked, and vice versa... If I remove iCheck,...

I do not konw the checkbox state, does there a method to get the state.