Files
Andy (Steve) De George be103da07e Replace various WPF include files with content (#1335)
* net-current-v30plus-md.md

* net-current-v40plus-md.md

* tla2sharptla-ui-md.md

* tla2sharptla-uiautomation-md.md

* tla2sharptla-winclient-md.md

* tla2sharptla-xaml-md.md

* tlasharptla-ui-md.md

* tlasharptla-uiautomation-md.md

* tlasharptla-winclient-md.md

* tlasharptla-xaml-md.md

* fix warnings
2022-03-16 12:14:11 -04:00

26 lines
929 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 user interface (UI) 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