System.Web.UI.HtmlControls.HtmlInputCheckBox.Checked Property

Gets or sets a value indicating whether the System.Web.UI.HtmlControls.HtmlInputCheckBox is selected.

Syntax

[System.ComponentModel.TypeConverter(typeof(System.Web.UI.MinimizableAttributeTypeConverter))]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DefaultValue("")]
public bool Checked { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use this property to determine whether the System.Web.UI.HtmlControls.HtmlInputCheckBox control is selected. This property can also be used to programmatically set the state of the System.Web.UI.HtmlControls.HtmlInputCheckBox control.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0