Is there a way to ensure that the mat-slide-toggle remains true under certain conditions? I am looking for a functionality similar to
forcedTrue="someCondition"
.
<mat-slide-toggle
formControlName="compression"
class="margin-top"
forcedTrue="someCondition">
{{'compression' | translate}}
</mat-slide-toggle>