drgullin / icheck

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

iCheck not showing up with dynamic checkbox #239

Open lolaalol opened 9 years ago

lolaalol commented 9 years ago

airlineHtml += 'div class="checkbox"'; airlineHtml += 'label'; airlineHtml += 'input class="i-check" name="airlines" value="'+mydata[i].carrier+'" type="checkbox" />Mytext'; airlineHtml += '/label'; airlineHtml += '/div';

$('#airlineBlock').html(airlineHtml); $('#airlineBlock input').iCheck();

I get invisible checkbox with this code

yasseralkahf commented 9 years ago

Hello,

I have the same problem, did you find the solution ?

Thamizhan commented 8 years ago

Have you tried this http://stackoverflow.com/a/24310308/2768482