Labelprops

[中文]

Overview

labelProps applies to label and checkbox. checkbox text is also expressed via labelProps.text; no separate checkboxProps.text is introduced.

Field Table

Key

Type

Default

Binding

UI Effect / Limits

text

string

""

labelProps.text

display text; supports ${constant.*} constant references

Example

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