You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/migration-guides/migrating-to-v4.1.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,47 @@ InputKit version 4.1 comes a couple of breaking-changes. Please check following
5
5
6
6
This document applies both to MAUI and Xamarin Forms.
7
7
8
+
9
+
### CheckBox
10
+
11
+
- Material Type no longer sets the border color to same color as the `Color` property. You should set `BorderColor` property to same color as `Color` property if you want to keep the same look.
0 commit comments