Skip to end of banner
Go to start of banner

BA_isChecked (Power Actions)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The use of these routines requires the Power Actions add-on be installed and licensed.

The use of this routine requires the Power Actions add-on be installed and licensed.

Description

A method for checking whether a checkbox is selected or not.

Parameters

Return Type

Boolean

Returns true if the box was checked, false otherwise.

Example

Assume we have the following parameter script:

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

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

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

See also

  • No labels