We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf8d42 commit f430579Copy full SHA for f430579
src/components/checkbox/Checkbox.tsx
@@ -363,7 +363,6 @@ const RNCheckbox: React.FC<Partial<CheckboxProps>> = forwardRef<
363
// Web Callbacks
364
onHoverIn={onHoverIn}
365
onHoverOut={onHoverOut}
366
- {...focusProps}
367
368
// A11y Props
369
accessibilityLabel={accessibilityLabel}
@@ -441,6 +440,7 @@ const RNCheckbox: React.FC<Partial<CheckboxProps>> = forwardRef<
441
440
})}
442
disabled={isDisabled}
443
{...(description ? {} : handlers)}
+ {...focusProps}
444
>
445
{(touchState: PressableStateCallbackType) =>
446
children({
0 commit comments