Adding checkboxes (XAML)

[ This article is for Windows 8.x and Windows Phone 8.x developers writing Windows Runtime apps. If you’re developing for Windows 10, see the latest documentation ]

Use check boxes to present users with an individual choice, one or more options that are not mutually exclusive, or a mixed choice. The topics in this section describe how to create and use check boxes.

In this section

Topic Description

How to add a checkbox

This tutorial walks you through the steps to add a check box to a Windows Runtime app using C++, C#, or Visual Basic.

CheckBox styles and templates

This topic describes the styles and templates for the CheckBox control.

 

Roadmap for Windows Runtime apps using C# or Visual Basic

Roadmap for Windows Runtime apps using C++