Skip to content

[ FEATURE ] Add label tap support for Checkbox on native #415

@abdullahCybersoph

Description

@abdullahCybersoph

Is your feature request related to a problem? Please describe.
Currently, when using Checkbox with a Label in React Native, tapping on the label does not toggle the checkbox. This works on web via native behavior but is missing on native platforms.

Describe the solution you'd like
Enable built-in label support for the Checkbox component so that tapping the associated label toggles the checkbox on both web and native.

Describe alternatives you've considered
Wrapping the Checkbox and Label in a Pressable manually to handle toggling. This works but adds extra boilerplate for a common use case.

Additional context
This would improve accessibility and align behavior between web and native platforms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions