interface ToggleProps implements PrimitiveButtonPropsimport { type ToggleProps } from "https://deno.land/x/netzo@0.3.66/deps/@radix-ui/react-toggle.ts"; Propertiesoptionalpressed: booleanThe controlled state of the toggle. optionaldefaultPressed: booleanThe state of the toggle when initially rendered. Use defaultPressed if you do not need to control the state of the toggle. MethodsoptionalonPressedChange(pressed: boolean): voidThe callback that fires when the state of the toggle changes.