import { CSSResultGroup, PropertyValues } from "lit"; import { SigveloFormControlElement } from "@mcp-b/wc-support/base/sigvelo-element"; //#region src/components/toggle-tag/toggle-tag.d.ts /** * * * @summary Similar to checkboxes, except with tags to represent the checked and unchecked states. * @tag sigvelo-toggle-tag * @documentation https://design-system.sigvelo.com/docs/components/toggle-tag * @status stable * @since 1.0 * * @slot - The toggle tag's label. For plain-text labels, you can use the `label` attribute instead. * * @event sigvelo-blur - Emitted when the toggle tag loses focus. This event does not bubble. * @event sigvelo-change - Emitted when the user commits changes to the toggle tag's value. * @event sigvelo-focus - Emitted when the toggle tag receives focus. This event does not bubble. * @event sigvelo-input - Emitted when the toggle tag receives input. * * @csspart label - The `