CheckBox Control (Windows Forms)
.NET Framework 4.5
The Windows Forms CheckBox control indicates whether a particular condition is on or off. It is commonly used to present a Yes/No or True/False selection to the user. You can use check box controls in groups to display multiple choices from which the user can select one or more. It is similar to the RadioButton control, but any number of grouped CheckBox controls may be selected.
| Topic | Location |
|---|---|
| CheckBox Constants for Visual Basic 6.0 Users | Visual Basic Upgrading Information |
| CheckBox Control for Visual Basic 6.0 Users | Visual Basic Upgrading Information |
| CheckBox Constants for Visual Basic 6.0 Users | Visual Basic Upgrading Information |
| CheckBox Control for Visual Basic 6.0 Users | Visual Basic Upgrading Information |