Permalink
Fetching contributors…
Cannot retrieve contributors at this time
47 lines (41 sloc) 2.08 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
CheckBox Control (Windows Forms)
03/30/2017
.net-framework
dotnet-winforms
article
jsharp
checked list items, Windows Forms controls
CheckBox control [Windows Forms]
list controls, Windows Forms
list items, Windows Forms controls that display
checked list items
check boxes
0719d798-c307-40d3-9040-72a62679c227
11
dotnet-bot
dotnetcontent
wpickett

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 xref:System.Windows.Forms.RadioButton control, but any number of grouped CheckBox controls may be selected.

In This Section

CheckBox Control Overview
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

xref:System.Windows.Forms.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.