The markup that is used to represent the control at design time.
If the System.Web.UI.WebControls.Button.Text property is empty or consists only of white space, then the generated HTML contains the System.Web.UI.Control.ID of the check box control; otherwise, the generated HTML contains the contents of the control's System.Web.UI.WebControls.Button.Text property.
Override this method to change the generated HTML.