mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 17:16:03 +02:00
* 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
26 lines
972 B
Markdown
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 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
|