System.Web
2.0.0.0
The interface defines the property and event that must be implemented for a control to act as a check box on a Web page. The property can be used to determine whether the check box is selected or to set the property programmatically. The event is raised when the value changes between posts to the server.
Defines the property and event a control implements to act as a check box.
Property
System.Boolean
To be added.
Controls implementing use to determine whether the control is selected, or to set the value programmatically.
Gets or sets the value of an control that indicates whether the control is selected.
2.0.0.0
Event
System.EventHandler
The event is raised when the value of changes between posts to the server.
Occurs when the value of the property changes between posts to the server.
2.0.0.0