Set Checkbox Set Selector Value

Last modified: June 18, 2025

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

NameDatatypeRequiredDescription
Widget NameStringYesThe name of the widget.
Column CaptionStringYesThe caption of the desired checkbox column.
ValueStringYesThe cell value of the checkbox row.
CheckedBooleanYesThe value for the checkbox you want to set (true or false).