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