Files
docs-desktop/dotnet-desktop-guide/framework/wpf/controls/checkbox.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

26 lines
972 B
Markdown

---
title: "CheckBox"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "controls [WPF], CheckBox"
- "CheckBox control [WPF]"
ms.assetid: ee701cc2-968b-4683-8f81-3fafd8542700
---
# CheckBox
You can use a <xref:System.Windows.Controls.CheckBox> in the [!INCLUDE[TLA#tla_ui](../../../includes/tlasharptla-ui-md.md)] of your application to represent options that a user can select or clear. You can use a single check box or you can group two or more check boxes.
The following graphic shows the different states of a <xref:System.Windows.Controls.CheckBox>.
![CheckBox states](./media/ss-ctl-checkbox.png "SS_CTL_checkbox")
CheckBox controls in different states
## Reference
<xref:System.Windows.Controls.CheckBox>
<xref:System.Windows.Controls.RadioButton>
<xref:System.Windows.Controls.Primitives.ButtonBase>
<xref:System.Windows.Controls.Primitives.RepeatButton>
## Related Sections