Click or drag to resize

CheckBox Class

Inheritance Hierarchy
System.Web.UI.WebControlsWebControl
  Dynamicweb.ControlsCheckBox

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[DefaultPropertyAttribute("value")]
public class CheckBox : WebControl, IPostBackDataHandler

The CheckBox type exposes the following members.

Constructors
  NameDescription
Public methodCheckBox
Initializes a new instance of the CheckBox class
Top
Properties
  NameDescription
Public propertyAttributesParm
Public propertyChecked
Gets or sets value indicating whether check box is checked.
Public propertyFieldName
Public propertyLabel
Public propertyOnClick
Public propertySelectedFieldValue
Public propertyValue
Top
Methods
See Also