docs: update api naming

This commit is contained in:
xrkffgg 2020-08-29 15:25:09 +08:00
parent 7e223c1edc
commit bf72f5538a

View File

@ -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<CheckboxOptionType \| string>[] | \[] | |
| 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) | - | |