We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d6e7d commit 5985a54Copy full SHA for 5985a54
src/material-experimental/mdc-checkbox/checkbox.ts
@@ -77,6 +77,8 @@ const _MatCheckboxBase = mixinColor(
77
host: {
78
'class': 'mat-mdc-checkbox',
79
'[attr.tabindex]': 'null',
80
+ '[class.mat-mdc-checkbox-disabled]': 'disabled',
81
+ '[class.mat-mdc-checkbox-checked]': 'checked',
82
'[class._mat-animation-noopable]': `_animationMode === 'NoopAnimations'`,
83
'[class.mdc-checkbox--disabled]': 'disabled',
84
'[id]': 'id',
0 commit comments