I tried to display checkbox inside angular UI
<mat-checkbox [(ngModel)] = "item.role" [checked]="false">
<label>IT Admin</label>
</mat-checkbox>
I have attached image below and if I tried to create style for mat-checkbox the style is applied including label.