{"状态": {"bind": "open","view": {"type": "Checkbox","props": {"text": "打开"}}}}
interface IProps extends CheckboxProps {text?: string}
属性 | 说明 | 类型 | 默认值 | 必填 | 版本 |
---|---|---|---|---|---|
text | 描述 | string | - | 否 |
其他属性见 Antd Checkbox
{"状态": {"bind": "open","view": {"type": "Checkbox","props": {"text": "打开"}}}}
interface IProps extends CheckboxProps {text?: string}
属性 | 说明 | 类型 | 默认值 | 必填 | 版本 |
---|---|---|---|---|---|
text | 描述 | string | - | 否 |
其他属性见 Antd Checkbox