See Also: ICheckBoxControl Members
The System.Web.UI.ICheckBoxControl interface defines the property and event that must be implemented for a control to act as a check box on a Web page. The ICheckBoxControl.Checked property can be used to determine whether the check box is selected or to set the property programmatically. The ICheckBoxControl.CheckedChanged event is raised when the ICheckBoxControl.Checked value changes between posts to the server.