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
default="..." Specification of a default value, only "X" or " " are possible
-readOnly Input not possible
Tips
& Tricks
  • You can also specify a quickinfo for the checkbox, observing the SAP standard convention for a text with a quickinfo. Example:

"@0L\QAttention: Material safety sheets required@Environmentally relevant"

  • You can mark a checkbox by an InputScript with Set: use the values "X" or "N", or a parameter which has one of these values.
     
  • You may query the checkbox state in the above example with  if V[EnvRel=X]
Components GuiXT (only useful with InputAssistant)