Checkbox

Example

{
"state": {
"bind": "open",
"view": {
"type": "Checkbox",
"props": {
"text": "Open"
}
}
}
}

Props

interface IProps extends CheckboxProps {
text?: string
}

API

PropertiesDescriptionTypeDefaultRequiredVersion
textdescriptionstring-no

For other properties, see Antd Checkbox

Checkbox

Example

{
"state": {
"bind": "open",
"view": {
"type": "Checkbox",
"props": {
"text": "Open"
}
}
}
}

Props

interface IProps extends CheckboxProps {
text?: string
}

API

PropertiesDescriptionTypeDefaultRequiredVersion
textdescriptionstring-no

For other properties, see Antd Checkbox