Skip to content

Commit 1efd883

Browse files
Update README.md
1 parent fd55199 commit 1efd883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This repository contains a sample explaining how to customize Checkbox appearanc
33

44
**Customize Checkbox Appearance for Different States in .NET MAUI**
55

6-
you can customize the visual states of a CheckBox using the VisualStateManager to control its appearance in different states, such as Normal,NormalNull,Hover,HoverNull,Pressed,PressedNull,Disabled,DisabledNull state.
6+
you can customize the visual states of a CheckBox using the VisualStateManager to control its appearance in different states, such as Normal, NormalNull, Hover, HoverNull, Pressed, PressedNull, Disabled and DisabledNull state.
77

88
The following code example illustrate how to customize the appearance of a CheckBox for different states in .NET MAUI.
99

0 commit comments

Comments
 (0)