react-native-elements / react-native-elements

Cross-Platform React Native UI Toolkit
https://reactnativeelements.com
MIT License
24.95k stars 4.64k forks source link

Checkbox not show icon #601

Closed isAlmogK closed 6 years ago

isAlmogK commented 7 years ago

Is there a way not to show the icon for the checkbox

iRoachie commented 7 years ago

Not sure if I'm understanding your use case. If the icon isn't there, what would be left? It'd just be a button.

isAlmogK commented 7 years ago

Yes, just like a button, main reason for using checkbox and not a button so I can do group selection

iRoachie commented 7 years ago

You could use a normal button and manage the selection with your local state

iRoachie commented 6 years ago

Closing this as inactive as there's been no activity for over 30 days. If the problem re-occurs on the latest version of react-native-elements then ping me to reopen or create a new issue. Thanks.