From bf72f5538a9a788639bd4b56a1ccc9f86ea453c3 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Sat, 29 Aug 2020 15:25:09 +0800 Subject: [PATCH] docs: update api naming --- components/checkbox/index.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/checkbox/index.en-US.md b/components/checkbox/index.en-US.md index fa4f177dc5..e5f1c8dc42 100644 --- a/components/checkbox/index.en-US.md +++ b/components/checkbox/index.en-US.md @@ -34,7 +34,7 @@ Checkbox component. | defaultValue | Default selected value | string\[] | \[] | | | disabled | If disable all checkboxes | boolean | false | | | name | The `name` property of all `input[type="checkbox"]` children | string | - | | -| options | Specifies options | Array[] | \[] | | +| options | Specifies options | string\[] \| Option\[] | \[] | | | value | Used for setting the currently selected value | string\[] | \[] | | | onChange | The callback function that is triggered when the state changes | function(checkedValue) | - | |