Is there a way to customize the appearance of a mat-checkbox that actually works? I've tried various solutions without success.
I attempted to disable view encapsulation and use classes like mdc-checkbox__background, but nothing changed. Even applying these classes in my global CSS had no effect.
Even following answers provided on this question did not help me: How to style a mat-checkbox properly
My Angular version is 15.2.9
Clarification: I am looking for guidance on styling mat-checkbox/mat elements in a comprehensive manner.