From f91e28b0423b090edb81697aea8525159ab98c93 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Wed, 24 Aug 2022 11:23:30 +0800 Subject: [PATCH] update ts-basic-components-checkbox.md (8375) Signed-off-by: ester.zhou --- .../reference/arkui-ts/ts-basic-components-checkbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/arkui-ts/ts-basic-components-checkbox.md b/en/application-dev/reference/arkui-ts/ts-basic-components-checkbox.md index dd19c78cbb..765ee23db5 100644 --- a/en/application-dev/reference/arkui-ts/ts-basic-components-checkbox.md +++ b/en/application-dev/reference/arkui-ts/ts-basic-components-checkbox.md @@ -31,7 +31,7 @@ Checkbox( name?: string, group?: string ) | Name | Type| Default Value| Description| | ------------- | ------- | ------ | -------- | | select | boolean | false | Whether the check box is selected.| -| selectedColor | Color | - | Color of the check box when it is selected.| +| selectedColor | [ResourceColor](../../ui/ts-types.md) | - | Color of the check box when it is selected.| ## Events -- GitLab