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