I need to change the mat-card background color when the mat-checkbox is checked which is inside the mat-card-content
<mat-card class="checkboxselect text-center little-profile workspacetype">
<mat-card-content>
<mat-checkbox class="multipleselect"></mat-checkbox>
<div class="workspacetypeimage">
<i class="bgi bgi-certificate"></i>
</div>
<mat-card-actions>
<h4 class="m-t-0 m-b-0 typetitle">Bidder Dashboard</h4>
</mat-card-actions>
</mat-card-content>
</mat-card>