Set Checkbox Set Selector Value

Last modified: June 18, 2025

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

NameDatatypeRequiredDescription
Widget NameStringYesThe name of the Grid Selector widget.
Column CaptionStringYesThe column caption of the checkbox cell you want to get the value from.
Row CaptionStringYesThe row caption of the checkbox cell you want to get the value from.
CheckedBooleanYesThe value for the checkbox you want to set (true or false).