-
Notifications
You must be signed in to change notification settings - Fork 3
Checkbox styles
Sébastien Bouez edited this page Apr 27, 2023
·
1 revision
By default, any checkbox will get the theme style using the AccentColor
brush when checked.
<CheckBox>Simple checkbox</CheckBox>
Resource name: CheckSwitch
It will show the checkbox as a switch.
<CheckBox Style="{DynamicResource CheckSwitch}">Apply accent to chrome title bar</CheckBox>