---
title: LabeledToolbarItemGroupContent
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/labeledtoolbaritemgroupcontent
---

# LabeledToolbarItemGroupContent

A view that represents the view of a toolbar item group with a specified label.

## Declaration

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

## Overview

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

## Relationships

### Conforms To

- [View](swiftui/view.md)
