Get Simple Checkbox Set Selector Value
Last modified: June 18, 2025
Description
Returns the current value of the found checkbox.
Supported Widgets
- Simple Checkbox Set Selector
Usage
Pass the name of the widget and the value connected to the checkbox.
Input Parameters
| Name | Datatype | Required | Description |
|---|---|---|---|
| Widget Name | String | Yes | The name of the Simple Checkbox Set Selector widget. |
| Value | String | yes | The value connected to the checkbox. |
Return Value
| Name | Datatype | Description |
|---|---|---|
| Checked | Boolean | The current value of the checkbox. |