It is possible to change color of CheckBox from react-native? For now only when is checked color is Purple, but when is unchecked border color is gray.
<CheckBox
value={isSelected}
onValueChange={setSelection}
style={styles.checkbox}
labelColor={Colors.PurpleLight}
color={Colors.PurpleLight}
onPress={onPress}
disabled={disabled}
/>
Thank u a lot :)
Aucun commentaire:
Enregistrer un commentaire