diff --git a/Parts/Input.js b/Parts/Input.js index 3724889..86938b2 100644 --- a/Parts/Input.js +++ b/Parts/Input.js @@ -82,24 +82,23 @@ export function CheckBox({ label, title, className, - name, - id, children, ...props }) { + + const [field, meta, helpers] = useField(props); + return (
{title != null ? (