Open
Description
Hi All, I think I found an issue when try to use ngFor directive and iCheck
if you try something like:
<div *ngFor="let benefit of benefits">
<input type="checkbox" icheck>
<label class="check-label"> {{benefit.name}}</label>
</div>
where icheck is an angular directive only to write the jquery code
then the result is the Dom elements
<ins class="iCheck-helper" is getting size up to 500 px (or all parent elements) then checkbox not works, only select the last one.
any idea or workaround?
Metadata
Metadata
Assignees
Labels
No labels