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 96c6c72 commit d68f8d8Copy full SHA for d68f8d8
src/components/checkbox/Checkbox.tsx
@@ -353,7 +353,7 @@ const RNCheckbox: React.FC<Partial<CheckboxProps>> = forwardRef<
353
cx(
354
checkboxTheme?.label?.common,
355
index !== 0
356
- ? checkboxTheme?.group[checkboxGroupState.orientation]?.spacing
+ ? checkboxTheme?.group[checkboxGroupState?.orientation]?.spacing
357
: "",
358
description ? checkboxTheme?.label?.withDescription : "",
359
checkboxTheme.size[size]?.label?.wrapper,
0 commit comments