From 6de20f335ad7e530647648367448c9898d562c65 Mon Sep 17 00:00:00 2001 From: solanightxie Date: Mon, 22 Aug 2022 06:06:48 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/arkui-ts/ts-basic-components-checkbox.md. Signed-off-by: solanightxie https://gitee.com/openharmony/docs/issues/I5NF1P Signed-off-by: solanightxie --- .../reference/arkui-ts/ts-basic-components-checkbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-checkbox.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-checkbox.md index 3c7a4849bd..b49d1b2d32 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-checkbox.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-checkbox.md @@ -31,7 +31,7 @@ Checkbox( name?: string, group?: string ) | 名称 | 参数类型 | 默认值 | 描述 | | ------------- | ------- | ------ | -------- | | select | boolean | false | 设置多选框是否选中。 | -| selectedColor | Color | - | 设置多选框选中状态颜色。 | +| selectedColor | [ResourceColor](../../ui/ts-types.md) | - | 设置多选框选中状态颜色。 | ## 事件 -- GitLab