
The CHECKBOX Prompt() command is used to present the user with a checkbox to select or leave empty.
The syntax is as follows: PROMPT (CHECKBOX, [variable],[checkbox label text],[default value])
The default value can be 0 (unchecked by default) or 1 (checked by default).