Statement: Action, Type: Initial
Input Checkbox
Format: Input Checkbox "text-string" dest-data-flag
where
-
text-string = any text information that is enclosed in quotation marks " ".
-
dest-data-flag = destination Flag identifier.
Description
The Input Checkbox identifier opens a dialog box, displays the text-string information and a checkbox field. When the User clicks on the Ok button, the value from the checkbox is assigned to the dest-support-action as either a true or false value. The true value is defined when the User enters a check mark in the checkbox field.
Example
We are providing a checkbox dialog box to allow the User to indicate whether to always place on bet on the number 0. After the User clicks the Ok button, the value from the checkbox field is assigned to the flag bet zero. The following example will perform this task.
RX Script | ![]() |
---|---|
Input Checkbox "Always place a bet on the Number 0" to Flag "bet zero" |