import clsx from 'clsx'; import Checkbox, { CheckboxProps } from './Checkbox'; /** Animated {@link Checkbox} inside a {@link Dropdown} item. */ function DropdownCheckbox({ setValue, disabled, ...restProps }: CheckboxProps) { return (