Show TOC

CHECKBOX Prompt() CommandLocate this document in the navigation structure

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).

Example

PROMPT(CHECKBOX,%CheckBox%,"Test for CheckBox",1)