Checked property. The checked state of the CheckBox.
[Visual Basic] Overridable Public Property Checked As Boolean [C#] public bool Checked {virtual get; virtual set;} [C++] public: __property virtual bool get_Checked(); public: __property virtual void set_Checked(bool); [JScript] public function get Checked() : Boolean; public function set Checked(Boolean);
CheckBox Class | CheckBox Members | System.Web.UI.WebControls Namespace