@@ -84,24 +84,25 @@ import BouncyCheckbox from "react-native-bouncy-checkbox";
8484
8585### Configuration - Props
8686
87- | Property | Type | Default | Description |
88- | ------------- | :-------: | :------------: | --------------------------------------------------------------------- |
89- | text | string | Call my mom 😇 | set the checkbox's text |
90- | textColor | color | #757575 | change the text's color |
91- | fontFamily | string | default | set your own font family |
92- | fontSize | number | 16 | change the text's font size |
93- | isChecked | boolean | false | set the default checkbox value |
94- | checkboxSize | number | 25 | change the checkbox's size |
95- | borderRadius | number | size/2 | change the checkbox's border radius if you do not want the circle one |
96- | borderColor | color | #f09f48 | change the checkbox's border color |
97- | fillColor | color | #f09f48 | change the checkbox's filled color |
98- | unfillColor | color | transparent | change the checkbox's un-filled color when it's not checked |
99- | iconComponent | component | Icon | set your own icon component |
100- | onPress | function | null | set your own onPress functionality after the bounce effect |
101- | iconSize | number | 15 | change the react-native-vector-icons' size |
102- | iconName | string | check | change the react-native-vector-icons' name |
103- | iconType | string | Entypo | change the react-native-vector-icons' type |
104- | iconColor | string | #fdfdfd | change the react-native-vector-icons' color |
87+ | Property | Type | Default | Description |
88+ | --------------------- | :-------: | :------------: | --------------------------------------------------------------------- |
89+ | text | string | Call my mom 😇 | set the checkbox's text |
90+ | textColor | color | #757575 | change the text's color |
91+ | fontFamily | string | default | set your own font family |
92+ | fontSize | number | 16 | change the text's font size |
93+ | isChecked | boolean | false | set the default checkbox value |
94+ | checkboxSize | number | 25 | change the checkbox's size |
95+ | borderRadius | number | size/2 | change the checkbox's border radius if you do not want the circle one |
96+ | borderColor | color | #f09f48 | change the checkbox's border color |
97+ | fillColor | color | #f09f48 | change the checkbox's filled color |
98+ | unfillColor | color | transparent | change the checkbox's un-filled color when it's not checked |
99+ | iconComponent | component | Icon | set your own icon component |
100+ | onPress | function | null | set your own onPress functionality after the bounce effect |
101+ | iconSize | number | 15 | change the react-native-vector-icons' size |
102+ | iconName | string | check | change the react-native-vector-icons' name |
103+ | iconType | string | Entypo | change the react-native-vector-icons' type |
104+ | iconColor | string | #fdfdfd | change the react-native-vector-icons' color |
105+ | disableTextDecoration | boolean | false | enable/disable text decoration for Text |
105106
106107### Future Plans
107108
0 commit comments