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 552d397 commit 1e395edCopy full SHA for 1e395ed
src/material/checkbox/checkbox.ts
@@ -496,5 +496,5 @@ export class MatCheckbox extends _MatCheckboxMixinBase implements ControlValueAc
496
static ngAcceptInputType_disabled: BooleanInput;
497
static ngAcceptInputType_required: BooleanInput;
498
static ngAcceptInputType_disableRipple: BooleanInput;
499
- static ngAcceptInputType_indeterminate: boolean | string | null | undefined;
+ static ngAcceptInputType_indeterminate: BooleanInput;
500
}
0 commit comments