import { Switch } from '@/registry/headless/switch'; import { Field, Label } from '@headlessui/react'; export const HeadlessSwitchDemo = () => { return ( ); };