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.
2 parents e768574 + 420620f commit cb690c0Copy full SHA for cb690c0
src/components/checkbox/Checkbox.tsx
@@ -311,7 +311,7 @@ const RNCheckbox: React.FC<Partial<CheckboxProps>> = forwardRef<
311
{label}
312
</Text>
313
)}
314
- {description && (
+ {label && description && (
315
<Text
316
style={[
317
tailwind.style(
src/components/radio/Radio.tsx
@@ -225,7 +225,7 @@ const RNRadio: React.FC<Partial<RadioProps>> = forwardRef<
225
226
227
228
229
230
231
0 commit comments