Overview

The TCheckBox implements the standard CheckBox, with settings to link its Value and Label to tags. 

On this page:

Requirements

This component is Portable. It runs both on Windows and on Web Pages hosted in any platform.

Configuration

Checkbox Settings

Field

Description

Control Name

Defines a name for the control so it can be accessed in the CodeBehind script. See Display Code Behind

IsChecked

-----------

Blinding

-----------

IsThreeState

-----------

Value

The Tag that will receive the values 0 and 1.

Label

The label that will be shown in the button.

LabelPosition

The position of the Label.


Runtime Execution 

Typically the configuration settings of value is attached to a Tag exposed in the  Display User Interface, or used on the CodeBehind or other modules.


In this section...