gadget_isChecked

Description

Verifies if a checkbox is selected or not.

Parameters

Return Type

Boolean

Example

Assume we have the following parameter script:

gadget_createSingleCheckbox("Single Checkbox", true, false, "Required checkbox");

The following call is used in the execution script to determine if the checkbox created above is checked:

boolean res = gadget_isChecked(argv, "Single Checkbox");

See also

Peacock