I change dynamically my theme in My project, And I want to change the color(or background) of the Angular Material component : checkbox, radio button, slide toggle, textarea...
How to change them
example :
<mat-slide-toggle [(ngModel)]="expression" [color]="colorCss"></mat-slide-toggle>
ColorCss is the variable from the component
Thanks in advance.