drgullin / icheck

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

Change *label* on *line* checkbox dynamically? #340

Open matinfo opened 8 years ago

matinfo commented 8 years ago

How the data-label ( the 'insert' option ) be changed dynamically when checked/unchecked ?

inputIcheck.iCheck({
    insert: '<div class="icheck_line-icon"></div>' + $(this).attr("data-label"),
    checkboxClass: 'icheckbox_line-grey'
});