BA_createRadioGroup

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

Description

Creates a radio group.

Parameters

Return Type

None

The returned value has no meaning

Example

BA_createRadioGroup("radio 1", {"option 1", "option 2"}, "option 2", true, false, "select some options"); BA_createRadioGroup("radio 2", {"option 1", "option 2"}, "", false, true, "select some options");

See also