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.

173 questions
56
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
  • 743
  • 1
  • 8
  • 16
25
votes
5 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
  • 2,863
  • 13
  • 40
  • 75
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,050
  • 6
  • 33
  • 49
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
  • 833
  • 4
  • 16
  • 31
13
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
  • 10,930
  • 19
  • 62
  • 103
13
votes
4 answers

Radio box, get the checked value [iCheck]

Basic radio box
  • Text
  • Kavvson
    • 775
    • 3
    • 8
    • 22
    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?