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 1ad9ef0 commit fc7288fCopy full SHA for fc7288f
src/material-experimental/mdc-checkbox/checkbox.ts
@@ -60,6 +60,7 @@ export class MatCheckboxChange {
60
'[class.mat-accent]': 'color == "accent"',
61
'[class.mat-warn]': 'color == "warn"',
62
'[class._mat-animation-noopable]': `_animationMode === 'NoopAnimations'`,
63
+ '[class.mdc-checkbox--disabled]': 'disabled',
64
'[id]': 'id',
65
},
66
providers: [MAT_CHECKBOX_CONTROL_VALUE_ACCESSOR],
0 commit comments