//bind to ngModel instead of checked, with 2 way binding, like so: <mat-slide-toggle [(ngModel)]="isChecked"> Slide me! </mat-slide-toggle>