CheckBoxProps interface
复选框组件:可勾选的状态控件
Signature
typescript
interface CheckBoxProps1
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | (Optional) Whether Select | ||
boolean | (Optional) Whether Disable | ||
string | (Optional) Checkbox name (the form | ||
(checked: boolean) => void | (Optional) 选中状态变化时触发,参数为最新选中值 | ||
boolean | (Optional) Whether the state can only be changed by clicking the checkbox itself | ||
string | (Optional) Text displayed next to the checkbox |