Set Checkbox Set Selector Value
 
  Last modified: June 18, 2025
	Description
Clear/check the "select all" checkbox.
Supported Widgets
- Checkbox Set Selector
Usage
Pass the name of the widget and the value you want do set for the "select all" checkbox.
Input Parameters
| Name | Datatype | Required | Description | 
|---|---|---|---|
| Widget Name | String | Yes | The name of the widget. | 
| Checked | Boolean | Yes | The value for the checkbox you want to set (true or false). |