InputSwitch

A toggle switch component used to enable or disable a setting.

# Basic Usage


InputSwitch Props

PropTypeDescription
classNamestringAdditional CSS classes.
namestringIdentifier for the input in form submission.
labelstringLabel text for the input field.
labelCheckstringLabel displayed next to the switch.
registerfunctionFunction to register the input with the useForm hook.