SetChoiceName
Set the choice name for the current radio button.
Syntax
expression.SetChoiceName(choiceName);
expression
- A variable that represents a ApiCheckBoxForm class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
choiceName | Required | string | Radio button choice name. |
Returns
boolean