Google News
logo
ASP.NET - Interview Questions
Why do we use CheckBox in .NET?
The checkbox is used to get multiple inputs from the user. Users can select more than one choice from the given options. In the code, it is set as a yes/no or true/false option, when it is ticked, the value of the checkbox is true, else false.  
Advertisement