Value
This property represents the value of the Check-Box control.
When inquired, it returns the value that is currently represented.
When set, the Check-Box control changes its look to represent it.
When set to zero, the Check-Box control is unchecked, when set to any other value, the Check-Box control is checked.
 
Example - Define a check-box in screen section with an initial value of not selected
screen section.
...
  03 screen-1-cb-2 Check-Box
     line 27.0
     column 10.0
     size 116
     lines 31
     id 11
     title "E-mail Results?"
     value 0
     .