Programmer Guide/Shell Items/Dialog/Dialog Controls/Checkbox
From STX Wiki
< Programmer Guide | Shell Items | Dialog | Dialog Controls
Jump to navigationJump to search
SET dialog index CHECKBOX row col text var1 [width height * fg bg font][ /L|R ]
A checkbox control. The checkbox sends an UPDATE message when it is checked or unchecked.
| var1 | The name of the checkbox status variable (0=unchecked, 1=checked, 2=checked+grayed).
|
/3
|
Enable third state (checked+grayed); a normal checkbox supports only the states checked and unchecked. |
See Common arguments for a description of the parameters not described here.