import type { JSX } from 'solid-js'; import type { CheckStateRenderProps } from '../../states/create-check-state'; import type { HeadlessProps, ValidConstructor } from '../../utils/dynamic-prop'; export type CheckboxLabelProps = HeadlessProps; /** * The accessible name of a `Checkbox`, wired up through `aria-labelledby`. * * Renders a `