-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
CheckBox in Android seems not aligned if you adjust the width and height to 15
<CheckBox hideBox={true} style={styles.checkBoxStyle} value={this.state.checked} onValueChange={value => this.setChecked(value)} tintColors={{ true: '#24B2B2', false: 'transparent' }} boxType="square" onCheckColor="#24B2B2" tintColor="transparent" onTintColor="#24B2B2" />
Android when checkbox is uncheck

Android when checkbox is check

iOS works fine though
anyone can help me about this please.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels