Skip to content

Checkbox styles

Sébastien Bouez edited this page Apr 27, 2023 · 1 revision

Default style

By default, any checkbox will get the theme style using the AccentColor brush when checked.

image

<CheckBox>Simple checkbox</CheckBox>

Standard Xaml styles

Check Switch

Resource name: CheckSwitch
It will show the checkbox as a switch.

image

<CheckBox Style="{DynamicResource CheckSwitch}">Apply accent to chrome title bar</CheckBox>
Clone this wiki locally