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
Creates a single checkbox.
Parameters
Return Type
None
The returned value has no meaning
Example
BA_createSingleCheckbox("cbx 1", false, false, false, "description for checkbox 1"); BA_createSingleCheckbox("cbx 2", true, false, false, "description for checkbox 2"); BA_createSingleCheckbox("cbx 3", true, true, false, "description for checkbox 3");
See also