Homepage | About EASA | Contact
Guide Section: GUI of EASAPs | EASAP Tree: User Interface Branch
LOGICBOX creates a check box that a User may click on to toggle a value. Below is the default behavior:
An example of a LOGICBOX is shown in below.
![]() |
|
---|---|
Optional Parameters: | |
Checked Value: | Literal value if checked |
Unchecked Value: | Literal value unchecked |
Label: | Text displayed next to the box |
Range Reference: | Select NAMED RANGE or existing RANGE REFERENCE to link value to cell in an Excel spreadsheet |
Show if: | Logical expression, if TRUE then box shown, if FALSE then box NOT shown |
Enable if: | Logical expression, if TRUE then box enabled, if FALSE then box NOT enabled |
Order: | Order of label and tick box (default→LABEL FIRST, TICK FIRST) |
Tool Tip: | Text to be displayed as a tool tip. |
Label Width: | Width in pixels of Label: |
Style: | A literal string, a USER INTERFACE STYLE, or an object reference for dynamic CSS-style to apply to the whole object |
Input Style: | A literal string, a USER INTERFACE STYLE, or an object reference for dynamic CSS-style to apply to the input area |
Tab Index: | Establish an order of preference for <TAB> key navigation. Highest priority is the lowest number (default→1) and continues in ascending numerical order. Use -1 to disable. |
Default: | default→FALSE, TRUE |
Delimiter: | Character to delimit object references (default→%) |