Skip to content

Commit 4702ce5

Browse files
author
Andrew Paramoshkin
committed
Update README.md
1 parent 0a93b32 commit 4702ce5

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ Circle-style checkbox component for React Native.
2323

2424
## Available properties:
2525

26-
Name | Default | Type | Required | Description
27-
:--- | :----- | :- | :-- | :--------------
28-
checked | false | boolean | - | Initial state of checkbox
29-
onPress | null | Func | * | Function that will be invoked by pressing to checkbox with checked property as argument
30-
outerSize | 26 | number | - | Outer circle diameter. Min: 10
31-
filterSize | 23 | number | - | Underlayer circle diameter. Min: 7
32-
innerSize | 18 | number | - | Flag circle diameter. Min: 2
33-
outerColor | #FC9527 | string | - | Outer circle color
34-
filterColor | #FFF | string | - | Underlayer circle color
35-
innerColor | #FC9527 | string | - | Flag circle color
26+
- `checked` : initial state of checkbox. Default: `false`
27+
- `onPress` : function that will be invoked by pressing to checkbox with checked property as argument.
28+
- `outerSize` : Diameter of outer circle. Minimum: `10`, default: `26`
29+
- `filterSize` : Diameter of underlayer circle. Minimum: `7`, default: `23`
30+
- `innerSize` : Diameter of flag. Minimum: `2`, default: `18`
31+
- `outerColor` : Color of outer circle. Default: `#FC9527`
32+
- `filterColor` : Color of underlayer circle. Default: `#FFF`
33+
- `innerColor` : Color of flag. Default: `#FC9527`

0 commit comments

Comments
 (0)