labelProps

[English]

概览

labelProps 适用于 labelcheckboxcheckbox 的文案也通过 labelProps.text 表达,不额外引入 checkboxProps.text

相关文档

字段表

Key

类型

默认值

Binding

UI 影响 / 限制

text

string

""

labelProps.text

显示文本;可使用 ${constant.*} 常量引用

示例

"labelProps": {
    "text": "${constant.text.aboutTitle}"
}