drgullin / icheck

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

icheckbox_line checkbox are not loading after ajax success call #405

Open dharmdeep opened 6 years ago

dharmdeep commented 6 years ago

Hi, Here is my html which loaded from ajax `

                                                        </div>`

to solve this i found this jQuery(document).on('icheck', function(){ jQuery('input[type=checkbox]').iCheck({ checkboxClass: 'icheckbox_square-blue' }); }).trigger('icheck'); But loading inline checkbox

malighieri commented 3 years ago

Thanks a lot! Your workaround just helped me to fix a dinamically generated checkboxlist.