Input Check

The InputCheck component is a custom checkbox input with flexible styling and error handling. It integrates with form handling libraries using the register method.

# Basic Usage


InputCheck Component

PropTypeDescription
classNamestringAdditional CSS classes.
namestringIdentifier for the checkbox in form submission.
labelstringLabel text for the checkbox input.
labelCheckstringAdditional label text next to the checkbox.
registerfunctionFunction to register the input with the useForm hook.