Get started   Components   Icons   What's New
  Get a License
⚡️New Release! Material X components for Angular⚡ view demo
Content type
Color
Disable Ripple
Disable
Helper Text
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>