Create the inner control that is rendered when the control has a label
[Visual Basic] Overridable Protected Function CreateInnerCheckBox() As CheckBox [C#] protected virtual CheckBox CreateInnerCheckBox(); [C++] protected: virtual CheckBox* CreateInnerCheckBox(); [JScript] protected function CreateInnerCheckBox() : CheckBox;
CheckBox Class | CheckBox Members | System.Web.UI.WebControls Namespace