Trails Packages
    Preparing search index...
    interface CheckboxProps {
        icon?: ReactNode;
        inputProps?: InputHTMLAttributes<HTMLInputElement>;
        rootRef?: RefObject<HTMLLabelElement | null>;
    }

    Hierarchy

    • CheckboxRootProps
      • CheckboxProps
    Index

    Properties

    icon?: ReactNode
    inputProps?: InputHTMLAttributes<HTMLInputElement>
    rootRef?: RefObject<HTMLLabelElement | null>