From 83d05fc1588ff81f86d9d0e36999eec94d9178c0 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Sat, 2 Apr 2022 09:23:34 +0200 Subject: [PATCH] build: fix API golden failure Fixes a failure of the API golden check in master. --- tools/public_api_guard/material/checkbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/public_api_guard/material/checkbox.md b/tools/public_api_guard/material/checkbox.md index 5991d6833560..b577c1ad7804 100644 --- a/tools/public_api_guard/material/checkbox.md +++ b/tools/public_api_guard/material/checkbox.md @@ -53,7 +53,7 @@ export class MatCheckbox extends _MatCheckboxBase implements ControlValueAccesso ariaLabelledby: string | null; readonly change: EventEmitter; get checked(): boolean; - set checked(value: boolean); + set checked(value: BooleanInput); get disabled(): boolean; set disabled(value: BooleanInput); focus(origin?: FocusOrigin, options?: FocusOptions): void;