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 1e010a3 commit ecd24e9Copy full SHA for ecd24e9
tools/public_api_guard/material/checkbox.md
@@ -53,7 +53,7 @@ export class MatCheckbox extends _MatCheckboxBase implements ControlValueAccesso
53
ariaLabelledby: string | null;
54
readonly change: EventEmitter<MatCheckboxChange>;
55
get checked(): boolean;
56
- set checked(value: boolean);
+ set checked(value: BooleanInput);
57
get disabled(): boolean;
58
set disabled(value: BooleanInput);
59
focus(origin?: FocusOrigin, options?: FocusOptions): void;
0 commit comments