platform-bible-react
    Preparing search index...

    Variable CheckboxConst

    Checkbox: ForwardRefExoticComponent<
        Omit<CheckboxProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<
            HTMLButtonElement,
        >,
    > = ...

    Checkbox component provides a control that allows the user to toggle between checked and not checked. This components is built on Radix UI primitives and styled with Shadcn UI.