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
| size | number | 16 | change the size of the radio button |
63
-
| isSelected | boolean | false | set the selectable of the radio button |
64
-
| isBounceable | boolean | true | enable or disable the bounceable effect |
65
-
| innerColor | color | dodgerblue | change the radio button's inner circle color |
66
-
| outerColor | color | dodgerblue | change the radio button's outer circle color |
67
-
| onPress | function | () | set your own function when onPress is triggered |
68
-
| disableBuiltinStateManagement | bool | false | disable the builtin state management to let your state management for the radio button |
69
-
| active | bool | false | you can use this prop to set the radio button is active or not, this **ONLY works** when **built-in** state management is **disabled**|
70
-
| horizontal | bool | true | make the radio button's text horizontal or vertical |
71
-
| fontSize | number | 16 | change the font size |
72
-
| textColor | color | innerColor | change the text's color |
73
-
| text | string | Radio Button | set your own text for each radio button |
74
-
| disableText | bool | false | disable the text and only radio button works |
| size | number | 16 | change the size of the radio button |
60
+
| isSelected | boolean | false | set the selectable of the radio button |
61
+
| isBounceable | boolean | true | enable or disable the bounceable effect |
62
+
| innerColor | color | dodgerblue | change the radio button's inner circle color |
63
+
| outerColor | color | dodgerblue | change the radio button's outer circle color |
64
+
| onPress | function | () | set your own function when onPress is triggered |
65
+
| disableBuiltinStateManagement | bool | false | disable the builtin state management to let your state management for the radio button |
66
+
| active | bool | false | you can use this prop to set the radio button is active or not, this **ONLY works** when **built-in** state management is **disabled**|
67
+
| horizontal | bool | true | make the radio button's text horizontal or vertical |
68
+
| fontSize | number | 16 | change the font size |
69
+
| textColor | color | innerColor | change the text's color |
70
+
| text | string | Radio Button | set your own text for each radio button |
71
+
| disableText | bool | false | disable the text and only radio button works |
72
+
| customImageComponent | component | default | set your own custom component instead of default Image one |
75
73
76
74
## Credits
77
75
@@ -83,6 +81,7 @@ The library itself also has a bouncy animation when onPress is triggered.
83
81
84
82
-[x]~~LICENSE~~
85
83
-[x]~~Horizontal & Vertical text component as optional~~
0 commit comments