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
This commit is contained in:
Andy De George
2020-09-04 09:46:28 -07:00
committed by GitHub
parent dba50d6bf1
commit da363692ff
8215 changed files with 508408 additions and 11 deletions
@@ -0,0 +1,25 @@
---
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