# ToggleInput

[All components/hooks](../../README.md)

The ToggleInput component is a visually hidden wrapper around an
`<input type="checkbox">` element.

Props:

- `onChange` Callback functions called with the new `checked` state
