import { Field, FieldContent, FieldDescription, FieldGroup, FieldLabel, } from "@/examples/base/ui/field" import { Switch } from "@/examples/base/ui/switch" export function SwitchFields() { return ( Airplane Mode Turn on airplane mode to disable all connections. Dark Mode Marketing Emails Receive emails about new products, features, and more. Privacy Settings Manage your privacy preferences. Make profile visible to others Show email on profile Invalid Switch This switch has validation errors. Disabled Switch This switch is currently disabled. ) }