Get Checkbox Set Selector Value

Last modified: June 18, 2025

Description

Finds the checkbox via the column caption and cell value. Returns its value.

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 find.

Input Parameters

NameDatatypeRequiredDescription
Widget NameStringYesThe name of the widget.
Column CaptionStringYesThe column caption of the desired checkbox.
ValueStringYesThe cell value of the desired checkbox.

Return Value

NameDatatypeDescription
CheckedBooleanThe current value of the checkbox.