Browse Source

Make checkbox work.

pull/297/head
Steven Kirk 11 years ago
parent
commit
4d2461e156
  1. 6
      samples/XamlTestApplicationPcl/CheckBox.paml

6
samples/XamlTestApplicationPcl/CheckBox.paml

@ -27,4 +27,10 @@
</ControlTemplate>
</Setter>
</Style>
<Style Selector="CheckBox /template/ Path#checkMark">
<Setter Property="IsVisible" Value="False"/>
</Style>
<Style Selector="CheckBox:checked /template/ Path#checkMark">
<Setter Property="IsVisible" Value="True"/>
</Style>
</Styles>
Loading…
Cancel
Save