invertase / react-native-material-design

React Native UI Components for Material Design
http://react-native-material-design.github.io
MIT License
3.15k stars 366 forks source link

Add style to CheckboxGroup #157

Open JVRodrigues256 opened 7 years ago

JVRodrigues256 commented 7 years ago

Hello, I'm using CheckboxGroup to show users multiple checkboxes, however I still have some doubts.

Is there any way to add a style to the CheckboxGroup? 'style={styles.checkboxgroup}' does not seem to work.

When I add a CheckboxGroup with several Checkboxes, all are shown vertically, I would like to add a style so that the Checkboxes are displayed horizontally.