drgullin / icheck

Highly customizable checkboxes and radio buttons (jQuery & Zepto)
http://fronteed.com/iCheck
7.39k stars 1.63k forks source link

icheck checkbox not working #379

Open blazetejas opened 7 years ago

blazetejas commented 7 years ago

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); });