-
-
Notifications
You must be signed in to change notification settings - Fork 280
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request