Extends design-time behavior for the System.Web.UI.WebControls.CheckBox Web server control.
See Also: CheckBoxDesigner Members
The System.Web.UI.Design.WebControls.CheckBoxDesigner class overrides the CheckBoxDesigner.GetDesignTimeHtml method of the System.Web.UI.Design.ControlDesigner class to ensure that the control is displayed with a meaningful representation at design time. If the System.Web.UI.WebControls.CheckBox.Text property is empty, the CheckBoxDesigner.GetDesignTimeHtml method of this class sets the System.Web.UI.WebControls.CheckBox.Text property of the control to the System.Web.UI.Control.ID property of the control.