lundi 15 août 2022

React Native checkbox icon from "Tick" to "-"(hyphen)

I am using react native checkBox from "@react-native-community/checkbox". I am able to use it correctly. But, my question is how can I change the tick icon inside the checkbox to hyphen inside the checkbox(indeterminate checkbox).

<CheckBox
   value={isSelected}
   onValueChange={setSelection}
   style={styles.checkbox}
 />



Aucun commentaire:

Enregistrer un commentaire