diff --git a/packages/ui/src/composites/wui-certified-switch/index.ts b/packages/ui/src/composites/wui-certified-switch/index.ts index 91664e3bb7..2c1c54b381 100644 --- a/packages/ui/src/composites/wui-certified-switch/index.ts +++ b/packages/ui/src/composites/wui-certified-switch/index.ts @@ -9,7 +9,7 @@ import { property } from 'lit/decorators.js' export class WuiCertifiedSwitch extends LitElement { public static override styles = [resetStyles, elementStyles, styles] - // -- State & Properties --------------------------------- // + // -- State & Properties -------------------------------- // @property({ type: Boolean }) public checked?: boolean = undefined // -- Render -------------------------------------------- // diff --git a/packages/ui/src/composites/wui-switch/index.ts b/packages/ui/src/composites/wui-switch/index.ts index 07c0a8b5b3..116de096c2 100644 --- a/packages/ui/src/composites/wui-switch/index.ts +++ b/packages/ui/src/composites/wui-switch/index.ts @@ -13,7 +13,7 @@ export class WuiSwitch extends LitElement { // -- Members ------------------------------------------- // public inputElementRef: Ref = createRef() - // -- State & Properties --------------------------------- // + // -- State & Properties -------------------------------- // @property({ type: Boolean }) public checked?: boolean = undefined // -- Render -------------------------------------------- //