Purpose | With CheckBox you can create additional checkboxes. Its value ("X"=checked, "N" otherwise) can be used in an InputScript. | ||||
Example | CheckBox
(10,1)"Environmentally
relevant" name="EnvRel" This defines a checkbox at position (10,1). The internal field name is EnvRel, i.e. in the InputScript its value is written in the symbolic form &[EnvRel] |
||||
Format | CheckBox
(row,col) "text"
name="..." The values "X" and "x" mean "ticked", all other values mean "not ticked". |
||||
Options |
|
||||
Tips & Tricks |
|
||||
Components | GuiXT (only useful with InputAssistant) |