CheckBox::InputAttributes Property
.NET Framework (current version)
Gets a reference to the collection of attributes for the rendered input element of the CheckBox control.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property AttributeCollection^ InputAttributes { AttributeCollection^ get(); }
Property Value
Type: System.Web.UI::AttributeCollection^The collection of attribute names and values that are added to the rendered INPUT element for the CheckBox control. The default is an empty AttributeCollection.
.NET Framework
Available since 2.0
Available since 2.0
Show: