import type { JSX } from "solid-js" export default function ToggleField(props: { label: string; children: JSX.Element }) { return (