Checkbox 开关

示例

{
"状态": {
"bind": "open",
"view": {
"type": "Checkbox",
"props": {
"text": "打开"
}
}
}
}

Props

interface IProps extends CheckboxProps {
text?: string
}

API

属性说明类型默认值必填版本
text描述string-

其他属性见 Antd Checkbox

Checkbox 开关

示例

{
"状态": {
"bind": "open",
"view": {
"type": "Checkbox",
"props": {
"text": "打开"
}
}
}
}

Props

interface IProps extends CheckboxProps {
text?: string
}

API

属性说明类型默认值必填版本
text描述string-

其他属性见 Antd Checkbox