Set Simple Checkbox Set Selector Value
Last modified: November 19, 2024
Description
Checks or clears the checkbox found by the given value connected to the checkbox.
Supported Widgets
- Simple Checkbox Set Selector
Usage
Pass the name of the widget, the value connected to the checkbox, and if the checkbox shall be checked or cleared.
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. |
Checked | Boolean | Yes | Check or clear the checkbox. |