Skip to main content

CheckboxProps

CheckboxProps = Omit<AriaCheckboxProps, "className"> & RefAttributes<HTMLLabelElement> & object

Type Declaration

classNames?

optional classNames: object

classNames.checkbox?

optional checkbox: AriaCheckboxProps["className"]

classNames.control?

optional control: string

classNames.label?

optional label: string