The ASP.Net Checkbox control provides the functionality to display check box in the Web form that returns the true or false type Boolean value as a result. If the Checkbox control is in checked state then it returns true and if it is in unchecked state then the checkbox control returns false.
