[]
Gets or sets a ScriptStringValue yielding the text shown in the field. Gets or sets the field's text.
[C1Category("Data")]
[C1Description("CheckBoxField.Text", "Text or expression yielding the text shown in the field.")]
public ScriptStringValue Text { get; set; }
<C1Category("Data")>
<C1Description("CheckBoxField.Text", "Text or expression yielding the text shown in the field.")>
Public Property Text As ScriptStringValue