mat-checkbox get checked value 在 How to get the value from angular material checkbox - Stack ... 的評價
<section *ngFor="let item of list"> <mat-checkbox [checked]="item.value" (change)="toggle($event)">{{item.key}}</mat-checkbox> </section>. ... <看更多>