I have a list of checkboxes:
<section *ngFor="let item of list"> <mat-checkbox [checked]="item.value" (click)="toggle(_value_)"></mat-checkbox> </section>
I need to pass the checkbox value to my function, how would you do that?
checkbox
Aucun commentaire:
Enregistrer un commentaire