Form specification files / Form item attributes |
The TEXT attribute defines the label associated with a form item.
TEXT = [%]"string"
The TEXT attribute is typically used to define the label of form items such as CHECKBOX.
Consider using localized strings with the %"string-id" syntax, if you plan to internationalize your application.
CHECKBOX cb01 = FORMONLY.checkbox01, TEXT="OK", VALUECHECKED='y', VALUEUNCHECKED='n';