Get started   Components   Icons   What's New
  Get a License
⚡️New Release! Material X components for Angular⚡ view demo
Color
Label position
Indeterminate
Dense
Helper Text
In List
Disable
Change filter for code updates
HTML
<set-list>
  <set-list-item  color="primary"
                  [disabled]="false">
      <mat-checkbox color="primary"
                    indeterminate="false"
                    labelPosition="after"
                    [disabled]="false">
              Auto update
          <set-text-helper>
            Download and install new version
          </set-text-helper>
      </mat-checkbox>
  </set-list-item>
</set-list>