Adding selection controls (Windows Store apps using JavaScript and HTML)

Language: JavaScript and HTML | VB/C#/C++ and XAML
0 out of 2 rated this helpful - Rate this topic

Selection controls let users select between multiple options.

In this section

TopicDescription

Adding checkbox controls

A checkbox is a control that the user can check or uncheck by tapping, clicking, or pressing the space bar on the keyboard. Most checkbox controls have two states, checked and unchecked, but some checkbox controls support a third, indeterminate state.

Adding DatePickers and TimePickers

Use DatePickers or TimePickers when you want to let users select dates or times.

Adding radio buttons

Adding Select controls

Use Select controls to let users select from a pre-defined list of options presented like a text control. Select controls are similar to drop-downs or combo boxes.

Adding sliders

Use sliders to let users pick a value within a continuous range.

Adding toggle switches

Use Toggle switches to present users with exactly two mutually exclusive options (like on/off), where choosing an option results in an immediate commit. A toggle switch should have a single label.

 

 

 

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.