Skip to content

Commit 5aafb6f

Browse files
committed
Add missing Box checkbox sample
1 parent a737621 commit 5aafb6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sandbox/SandboxMAUI/Pages/CheckBoxPage.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<input:CheckBox Text="Option 0 Plain Checkbox" />
1818
<input:CheckBox Text="Option 1 with Filled Type" Type="Filled" />
1919
<input:CheckBox Text="Option 2 with Material Type" Type="Material" />
20+
<input:CheckBox Text="Option 2 with Square Shape" IconGeometry="{x:Static input:PredefinedShapes.Square}" />
2021
<input:CheckBox Text="Option 3 with Line Shape" IconGeometry="{x:Static input:PredefinedShapes.Line}" />
2122
<input:CheckBox Text="Option 3 with Line Shape with Material Type" Type="Material" IconGeometry="{x:Static input:PredefinedShapes.Line}" />
2223
<input:CheckBox Text="Option 3 with Custom Type (X)" Type="Custom" IconGeometry="M17.705 7.705l-1.41-1.41L12 10.59 7.705 6.295l-1.41 1.41L10.59 12l-4.295 4.295 1.41 1.41L12 13.41l4.295 4.295 1.41-1.41L13.41 12l4.295-4.295z"/>

0 commit comments

Comments
 (0)