Set Checkbox Set Selector Value
Last modified: November 19, 2024
Description
Finds checkbox by column caption and cell value. Sets its value to checked.
Supported Widgets
- Checkbox Set Selector
Usage
Pass the name of the widget, the column caption, and the cell value of the checkbox you want to set.
Set checked to true or false.
Input Parameters
Name | Datatype | Required | Description |
---|---|---|---|
Widget Name | String | Yes | The name of the widget. |
Column Caption | String | Yes | The caption of the desired checkbox column. |
Value | String | Yes | The cell value of the checkbox row. |
Checked | Boolean | Yes | The value for the checkbox you want to set (true or false). |