Skip to content

Commit 418b455

Browse files
authored
Merge pull request #80 from mmestiyak/updated-faq-section
added another FAQ with answer to help make traditional square shape checkbox
2 parents da0d5d4 + 382aeb7 commit 418b455

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,15 @@ textStyle={{
198198
textDecorationLine: "none",
199199
}}
200200
```
201+
<b>How to make square checkbox?</b>
202+
203+
- Simply use the `iconStyle` prop and set the `borderRadius` to `0`
204+
205+
```jsx
206+
iconStyle={{
207+
borderRadius: 0, // to make it a little round increase the value accordingly
208+
}}
209+
```
201210
### Future Plans
202211
203212
- [x] ~~LICENSE~~

0 commit comments

Comments
 (0)