Skip to content

Commit 5724207

Browse files
boxType
1 parent e1f0bea commit 5724207

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
@@ -97,7 +97,7 @@ export class SomeComponent {
9797
- **checked** - boolean
9898
- **text** - text to use with the checkbox
9999
- **fillColor** - Color of the checkbox element
100-
- **boxType** - Either 'square' (default) or 'circle'. It's recommended to use 'circle' for radiobuttons. Note that plugin version 3.0.0 switched the default for iOS to 'square' for alignment with Android.
100+
- **boxType** - Either 'square' (default) or 'circle'. It's recommended to use 'circle' for radiobuttons. Note that plugin version 3.0.0 switched the default for iOS to 'square' for alignment with Android. Still want `circle` on iOS and `square` on Android? Just make the `boxType` value conditional.
101101

102102
## Events
103103

0 commit comments

Comments
 (0)