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

972 B

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
CheckBox 03/30/2017
AutoGeneratedOrientationPage
controls [WPF], CheckBox
CheckBox control [WPF]
ee701cc2-968b-4683-8f81-3fafd8542700

CheckBox

You can use a xref:System.Windows.Controls.CheckBox in the [!INCLUDETLA#tla_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
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