Description
Returns the “select all” check box value.
Supported Widgets
- Checkbox Set Selector
Usage
Pass the name of the widget you want to get the select all check box value from.
Input Parameters
Name | Datatype | Required | Description |
---|---|---|---|
Widget Name | String | Yes | The name of the widget. |
Return Value
Name | Datatype | Description |
---|---|---|
Checked | Boolean | The current value of the check box. |