Tracks view-state changes to the System.Web.UI.WebControls.CheckBox control so that they can be stored in the control's System.Web.UI.StateBag object. This object is accessible through the System.Web.UI.Control.ViewState property.
ASP.NET automatically calls the CheckBox.TrackViewState method when the System.Web.UI.WebControls.CheckBox control is initialized.