---
title: LabeledControlGroupContent
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/labeledcontrolgroupcontent
---

# LabeledControlGroupContent

A view that represents the body of a control group with a specified label.

## Declaration

```swift
nonisolated struct LabeledControlGroupContent<Content, Label> where Content : View, Label : View
```

## Overview

Overview You don’t create this type directly. SwiftUI creates it when you build a ControlGroup.

## Relationships

### Conforms To

- [View](swiftui/view.md)
