Questions tagged [icheck]

iCheck is a javascript library to customize checkboxes and radio buttons, it provides plugins for both jQuery and Zepto.

iCheck is a javascript library to customize checkboxes and radio buttons, it provides plugins for both jQuery and Zepto.

177 questions
60
votes
15 answers

iCheck check if checkbox is checked

I am using iCheck plugin for customizing checkboxes. I need to display certain text when one or more checkbox is checked and hide the text when none are checked. The code I have currently displays the text on first click but doesn't hide it unless…
user3006683
  • 783
  • 2
  • 9
  • 16
27
votes
6 answers

How to enable/disable bootstrap selectpicker by ickeck checkbox

There are selectpicker beside checkbox. I want if checkbox is checked, selectpicker will be enable, if unchecked, selectpicker will be disable. I wrote this which was not working ( Here is the fiddle ): $('.checkBox').on('ifChecked', function(event)…
user1896653
  • 3,247
  • 14
  • 49
  • 93
17
votes
3 answers

Integration of Angular and JQuery.iCheck by using a directive is not working

I'm trying to integrate JQuery.iCheck (plugin for checkbox&Radio buttons styling). I followed few suggestions here that said that the way to integrate a jQuery plugins to be fully compatible with Angular ngRepeat is by using directives. So I…
Canttouchit
  • 3,149
  • 6
  • 38
  • 51
15
votes
7 answers

iCheck library: value of selected radio button

jsFiddle here. I'm a novice at Javascript and having trouble following the documentation at the iCheck page. I've followed the answer to what appears to be a very relevant StackOverflow question here but cannot get an alert to pop up displaying the…
Clive van Hilten
  • 851
  • 5
  • 16
  • 32
14
votes
4 answers

iCheck and manual setting of checkbox to checked

I'm using the iCheck framework and I have two inputs On click I call…
mat_boy
  • 12,998
  • 22
  • 72
  • 116
13
votes
4 answers

Radio box, get the checked value [iCheck]

Basic radio box
  • Text
  • Kavvson
    • 825
    • 3
    • 9
    • 23
    11
    votes
    3 answers

    iCheck jQuery blocks custom script

    I used "iCheck jQuery" to modificate the style of the checkbox. But when i add a iCheck script - my onlick metod stops working. Why it happening?