Get started   Components   Icons   What's New
  Get a License
⚡️New Release! Material X components for Angular⚡ view demo
Appearance
Color
Label Position
Dense
Helper Text
In List
Disable
Change filter for code updates
HTML
<set-list>
  <set-list-item  color="primary"
                  [disabled]="false">
      <mat-slide-toggle color="primary"
                        labelPosition="after"
                        [disabled]="false">
              Notifications 
          <set-text-helper>
             Enable system notifications
          </set-text-helper>
      </mat-slide-toggle>
  </set-list-item>
</set-list>