@@ -83,29 +83,30 @@ inactiveCardBackgroundColor?: string;
83
83
84
84
## Customization (Optionals)
85
85
86
- | Property | Type | Default | Description |
87
- | ------------------------------- | :--------: | :---------------------: | ----------------------------------------------------------------------- |
88
- | onPress | function | undefined | set your own logic for the button functionality when it is pressed |
89
- | onCardPress | function | undefined | set your own logic for the card button functionality when it is pressed |
90
- | isActive | boolean | false | set the initial isActive state |
91
- | style | ViewStyle | default | set or override the style object for the main container |
92
- | checkboxContainerStyle | ViewStyle | default | set or override the style object for the checkbox container |
93
- | iconContainerStyle | ViewStyle | default | set or override the style object for the icon container |
94
- | iconImageStyle | ImageStyle | default | set or override the style object for the icon image |
95
- | titleTextStyle | TextStyle | default | set or override the style object for the title text |
96
- | dateTextStyle | TextStyle | default | set or override the style object for the date text |
97
- | descriptionTextStyle | TextStyle | default | set or override the style object for the description text |
98
- | titleNumberOfLines | number | 2 | change the title number of lines |
99
- | checkboxBorderColor | color | "rgba(100,100,100,0.9)" | change the checkbox border color |
100
- | activeCheckboxBackgroundColor | color | "#63eead" | change the active checkbox container background color |
101
- | inactiveCheckboxBackgroundColor | color | "transparent" | change the inactive checkbox container background color |
102
- | activeCardBackgroundColor | color | "#2173FF" | change the active card container background color |
103
- | activeCheckboxBackgroundColor | color | "#343c4d" | change the inactive card container background color |
104
- | disableBuiltInActiveSystem | boolean | false | disable the built in active control system |
105
- | disableDate | boolean | false | disable date component |
106
- | dateContainerStyle | ViewStyle | default | set or override the style object for the checkbox date container |
107
- | titleContainerStyle | ViewStyle | default | set or override the style object for the checkbox title container |
108
- | descriptionContainerStyle | ViewStyle | default | set or override the style object for the checkbox description container |
86
+ | Property | Type | Default | Description |
87
+ | ------------------------------------- | :--------: | :---------------------: | ----------------------------------------------------------------------- |
88
+ | onPress | function | undefined | set your own logic for the button functionality when it is pressed |
89
+ | onCardPress | function | undefined | set your own logic for the card button functionality when it is pressed |
90
+ | isActive | boolean | false | set the initial isActive state |
91
+ | style | ViewStyle | default | set or override the style object for the main container |
92
+ | checkboxContainerStyle | ViewStyle | default | set or override the style object for the checkbox container |
93
+ | iconContainerStyle | ViewStyle | default | set or override the style object for the icon container |
94
+ | iconImageStyle | ImageStyle | default | set or override the style object for the icon image |
95
+ | titleTextStyle | TextStyle | default | set or override the style object for the title text |
96
+ | dateTextStyle | TextStyle | default | set or override the style object for the date text |
97
+ | descriptionTextStyle | TextStyle | default | set or override the style object for the description text |
98
+ | titleNumberOfLines | number | 2 | change the title number of lines |
99
+ | checkboxBorderColor | color | "rgba(100,100,100,0.9)" | change the checkbox border color |
100
+ | activeCheckboxBackgroundColor | color | "#63eead" | change the active checkbox container background color |
101
+ | inactiveCheckboxBackgroundColor | color | "transparent" | change the inactive checkbox container background color |
102
+ | activeCardBackgroundColor | color | "#2173FF" | change the active card container background color |
103
+ | activeCheckboxBackgroundColor | color | "#343c4d" | change the inactive card container background color |
104
+ | disableBuiltInActiveSystemForCheckbox | boolean | false | disable the built in active control system for checkbox |
105
+ | disableBuiltInActiveSystemForCard | boolean | false | disable the built in active control system for card |
106
+ | disableDate | boolean | false | disable date component |
107
+ | dateContainerStyle | ViewStyle | default | set or override the style object for the checkbox date container |
108
+ | titleContainerStyle | ViewStyle | default | set or override the style object for the checkbox title container |
109
+ | descriptionContainerStyle | ViewStyle | default | set or override the style object for the checkbox description container |
109
110
110
111
## Future Plans
111
112
0 commit comments