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 3bb4c67 commit 44e96b1Copy full SHA for 44e96b1
packages/core/src/components/widgets/CheckboxWidget.tsx
@@ -64,7 +64,7 @@ function CheckboxWidget<T = any, S extends StrictRJSFSchema = RJSFSchema, F exte
64
const description = isCheckboxWidget ? undefined : (options.description ?? schema.description);
65
return (
66
<div className={`checkbox ${disabled || readonly ? 'disabled' : ''}`}>
67
- {!hideLabel && description && !isCheckboxWidget && (
+ {!hideLabel && description && (
68
<DescriptionFieldTemplate
69
id={descriptionId(id)}
70
description={description}
0 commit comments