$CHECK_BOX

Set the video attributes for a check box in character mode.

$CHECK_BOX {=} {Selected},{Cleared},{ Undetermined}

Arguments

Each argument specifies one or more video attribute codes. For more information, see Video Attributes . To define more than one video attribute for each argument, separate them with commas and enclose them in parentheses.

Defaults

Assignment file: client assignment files
Section: [SETTINGS]
Default value: None

Description

$CHECK_BOX determines the video attributes for each state of a check box in character mode, that is, when the check box is selected or cleared, and, for a tri-state check box, undetermined.

The default setting for a check box in character mode is:

$CHECK_BOX = ,,INV

$CHECK_BOX

For each check box state, the following setting displays the check box with the following appearance:

  • Selected—blinking purple character on a white background (40 + 7)
  • Cleared—unblinking purple letters on a white background
  • Undetermined—unblinking purple letters on a white background
$CHECK_BOX = (BLI,COL=47), COL=47, UND

Related Topics