interface SwitchProps implements PrimitiveButtonPropsimport { type SwitchProps } from "https://deno.land/x/netzo@0.3.66/deps/@radix-ui/react-switch.ts"; Propertiesoptionalchecked: booleanoptionaldefaultChecked: booleanoptionalrequired: booleanMethodsoptionalonCheckedChange(checked: boolean): void