CheckBox Control (Windows Forms)
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.
In This Section
- CheckBox Control Overview (Windows Forms)
Explains what this control is and its key features and properties.
- How to: Respond to Windows Forms CheckBox Clicks
Explains how to use a check box to determine your application's actions.
- How to: Set Options with Windows Forms CheckBox Controls
Describes how to use a check box to set options such as properties of an object.
Reference
- CheckBox class
Describes this class and has links to all its members.
Related Sections
- Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.
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 |