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
| text | string | undefined | set the checkbox's text |
81
-
| onPress | function | null | set your own onPress functionality after the bounce effect, callback receives the next `isChecked` boolean if disableBuiltInState is false |
82
-
| disableText | boolean | false | if you want to use checkbox without text, you can enable it |
83
-
| size | number | 25 | size of `width` and `height` of the checkbox |
| text | string | undefined | set the checkbox's text |
81
+
| onPress | function | null | set your own onPress functionality after the bounce effect, callback receives the next `isChecked` boolean if disableBuiltInState is false |
82
+
| disableText | boolean | false | if you want to use checkbox without text, you can enable it |
83
+
| size | number | 25 | size of `width` and `height` of the checkbox |
0 commit comments