Skip to content

Commit ecd24e9

Browse files
committed
build: fix API golden failure (#24718)
Fixes a failure of the API golden check in master. (cherry picked from commit eee19f7)
1 parent 1e010a3 commit ecd24e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/public_api_guard/material/checkbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class MatCheckbox extends _MatCheckboxBase implements ControlValueAccesso
5353
ariaLabelledby: string | null;
5454
readonly change: EventEmitter<MatCheckboxChange>;
5555
get checked(): boolean;
56-
set checked(value: boolean);
56+
set checked(value: BooleanInput);
5757
get disabled(): boolean;
5858
set disabled(value: BooleanInput);
5959
focus(origin?: FocusOrigin, options?: FocusOptions): void;

0 commit comments

Comments
 (0)