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
onToggle={(checked) =>console.log('My state is: ', checked)}
18
+
labelPosition={LABEL_POSITION.RIGHT}
19
+
label="Checkbox example"
16
20
/>
17
21
```
18
22
@@ -33,6 +37,6 @@ Circle-style checkbox component for React Native.
33
37
-`filterColor` : Color of underlayer circle. Default: `#FFF`
34
38
-`innerColor` : Color of flag. Default: `#FC9527`
35
39
-`label` : Checkbox label. Default: empty
36
-
-`labelPosition` : Label rendering position. Default: `right`, may be 'right' or 'left'
40
+
-`labelPosition` : Label rendering position. Default: `right`, may be 'right' or 'left'. For your convenience this package exports `LABEL_POSITION` object with two keys - `RIGHT` and `LEFT`. You can use it for `labelPosition` definition.
37
41
-`styleCheckboxContainer`: Styles for checkbox container.
0 commit comments