I'm trying to customize the checked icon in angular material mat-checkbox. Currently, it displays a white tick icon inside a colored background box, but I want to replace the tick with a cross when it is checked. After spending all day searching, I haven't been able to find a suitable solution for this. Any suggestions or sample code would be greatly appreciated. My project utilizes Angular 10 and scss styling.