Skip to content

components/checkbox

@fungi.computer/caps


@fungi.computer/caps / components/checkbox

CheckboxProps = object & InputHTMLAttributes<HTMLInputElement>>

Props accepted by Checkbox.

optional invalid?: boolean

optional indeterminate?: boolean

Shows a mixed selection while checked still controls native form submission.

const Checkbox: ForwardRefExoticComponent<object & InputHTMLAttributes<HTMLInputElement> > & RefAttributes<HTMLInputElement>>>>

A native checkbox with styled invalid-state presentation.