Skip to content

Commit 382aeb7

Browse files
committed
added another FAQ with answer to help make traditional square shape checkbox
1 parent 177bc9c commit 382aeb7

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)