CheckBox

Inheritance Hierarchy

          IWebComponent

          IWebControl

          IWebCheckBox

          WebCheckBox

Description

The CheckBox component implements the checkbox which is used to enable or disable some options or to indicate a status of different settings.

Comments

In the form design mode one can determine the following properties for the component:

The component has the onChange event that can track checkbox state. When web form is working, one can get or change component properties that are available in the IWebCheckBox interface.

Example

See also:

Creating a Web Form and Components Layout