<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WidgetKit",
  "identifier" : "/documentation/WidgetKit/ControlWidgetToggleDefaultLabel",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "WidgetKit"
    ],
    "preciseIdentifier" : "s:9WidgetKit07ControlA18ToggleDefaultLabelV"
  },
  "title" : "ControlWidgetToggleDefaultLabel"
}
-->

# ControlWidgetToggleDefaultLabel

A view that represents the default label for a toggle control if you don’t provide
a label.

```
@MainActor @preconcurrency struct ControlWidgetToggleDefaultLabel
```

## Overview

You don’t initialize this type yourself. Instead, WidgetKit creates this
type when you initialize a [`ControlWidgetToggle`](/documentation/WidgetKit/ControlWidgetToggle) without a label.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)