Angular Components
Setproduct Design System
Change filter for code updates
HTML
<set-list>
<set-list-item *ngFor="let label of checkboxLabels; index as i"
color="primary"
disabled="false"
disableRipple="false">
<mat-checkbox color="primary">
{{label}}
<set-text-helper>
{{helperTexts[i]}}
</set-text-helper>
</mat-checkbox>
</set-list-item>
</set-list>