Skip to content

CheckBox in Android seems not aligned #218

@redwolfgang24

Description

@redwolfgang24

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
Screenshot 2024-04-18 at 10 32 08 PM

Android when checkbox is check
Screenshot 2024-04-18 at 10 29 49 PM

iOS works fine though

anyone can help me about this please.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions