|
CheckBox |
Top Previous Next |
|
An eaForm CheckBox is a control that will display a Boolean value, and supports the setting of an EA tagged value with the string "True" if checked or "False" if not checked. The tagged value is defined at design time; if the tagged value does not exist it will be created for the element at run time. Below is an extract of a screenshot illustrating a set of CheckBoxes.
CheckBox specific attributes
Standard control attributes
- T (top) - B (bottom) - L (left) - R (right)
Check box and scripts EA uses the strings "True" and "False" to indicate a boolean in a tagged value. This convention is also adopted within eaForms so for example you are setting a tagged value within a script ensure that the value used is one of these values. |