Gets a reference to the collection of attributes for the rendered LABEL element of the System.Web.UI.WebControls.CheckBox control.
Documentation for this section has not yet been entered.
The CheckBox.Text property of a System.Web.UI.WebControls.CheckBox control is rendered and displayed using an HTML LABEL element. You can add additional attributes to the rendered LABEL element using the System.Web.UI.AttributeCollection.Add(string, string) method on the CheckBox.LabelAttributes property.