SetTag
Sets the tag attribute to the current form.
Syntax
expression.SetTag(tag);
expression
- A variable that represents a ApiCheckBoxForm class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
tag | Required | string | The tag which will be added to the current container. |
Returns
boolean