Render type, name, checked, base attributes. Render onclick for postback if AutoPostBack is true.
[Visual Basic] Overridable Protected Sub AddAttributesToInputTag( _ ByVal inputTag As WebControl _ ) [C#] protected virtual void AddAttributesToInputTag( WebControl inputTag ); [C++] protected: virtual void AddAttributesToInputTag( WebControl* inputTag ); [JScript] protected function AddAttributesToInputTag( inputTag : WebControl );
CheckBox Class | CheckBox Members | System.Web.UI.WebControls Namespace