Click or drag to resize

CheckBox Class

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

Namespace:  Dynamicweb.UI.Controls
Assembly:  Dynamicweb.UI.Controls (in Dynamicweb.UI.Controls.dll) Version: 2.3.1
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 propertyChecked
Gets or sets value indicating whether check box is checked.
Public propertyDisabled
Public propertyDoTranslate
Public propertyHeader
Gets or sets the text of the left side of the control.
Public propertyIndent
Determines whether the left indent renders.
Public propertyInfo
Public propertyLabel
Public propertyName
Public propertyOnClick
Public propertySelectedFieldValue
Public propertyValidationMessage
Public propertyValue
Top
Methods
See Also