We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a311789 commit 7679b3cCopy full SHA for 7679b3c
README.md
@@ -1,4 +1,4 @@
1
-ReactNativeCircleCheckbox
+ ReactNativeCircleCheckbox
2
=========
3
4
Circle-style checkbox component for React Native.
@@ -15,6 +15,12 @@ Circle-style checkbox component for React Native.
15
onPress={(checked) => console.log('My state is: ', checked)}
16
/>
17
```
18
+
19
+## Preview
20
21
+
22
+
23
24
## Available properties:
25
26
- `checked` : initial state of checkbox. Default: `false`
0 commit comments