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