1 Description
Checks or clears the check box found by the given value connected to the check box.
2 Supported Widgets
- Simple Checkbox Set Selector
3 Usage
Pass the name of the widget, the value connected to the check box, and if the check box shall be checked or cleared.
4 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 check box. |
Checked | Boolean | Yes | Check or clear the check box. |