HtmlInputCheckBox.Checked Property
.NET Framework 3.0
Gets or sets a value indicating whether the HtmlInputCheckBox is selected.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[TypeConverterAttribute(typeof(MinimizableAttributeTypeConverter))] public: property bool Checked { bool get (); void set (bool value); }
/** @property */ public boolean get_Checked () /** @property */ public void set_Checked (boolean value)
public function get Checked () : boolean public function set Checked (value : boolean)
Not applicable.
Property Value
true if the HtmlInputCheckBox control is selected; otherwise, false.Community Additions
ADD
Show: