---
title: ControlWidgetToggleDefaultLabel
framework: widgetkit
role: symbol
role_heading: Structure
path: widgetkit/controlwidgettoggledefaultlabel
---

# ControlWidgetToggleDefaultLabel

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

## Declaration

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

## Overview

Overview You don’t initialize this type yourself. Instead, WidgetKit creates this type when you initialize a ControlWidgetToggle without a label.

## Relationships

### Conforms To

- [View](swiftui/view.md)
