createToggleWithInput(options: CreateToggleOptions & { name: string; }): { toggle: HTMLElement; input: HTMLInputElement; }
Create a hidden checkbox input that syncs with a toggle Useful for form submissions
options: CreateToggleOptions & { name: string; }