Skip to content

Commit

Permalink
Change code sample to be fit the component it is for (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwgn authored and stmoy committed Aug 5, 2019
1 parent e3097da commit 58cc8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XamlControlsGallery/ControlPages/CheckBoxPage.xaml
Expand Up @@ -40,7 +40,7 @@
</local:ControlExample.Example>
<local:ControlExample.Xaml>
<x:String xml:space="preserve">
&lt;CheckBox Content="Two-state CheckBox"
&lt;CheckBox Content="Three-state CheckBox"
IsThreeState="True"
Checked="Control2_Checked"
Unchecked="Control2_Unchecked"
Expand Down

0 comments on commit 58cc8bd

Please sign in to comment.