diff --git a/apps/client/src/widgets/react/FormCheckbox.tsx b/apps/client/src/widgets/react/FormCheckbox.tsx index ba7ae225b..ab8534ceb 100644 --- a/apps/client/src/widgets/react/FormCheckbox.tsx +++ b/apps/client/src/widgets/react/FormCheckbox.tsx @@ -11,7 +11,7 @@ interface FormCheckboxProps { export default function FormCheckbox({ name, label, currentValue, onChange, hint }: FormCheckboxProps) { return ( -