---
title: Body
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/controlgroupstyle/body
---

# Body

A view representing the body of a control group.

## Declaration

```swift
associatedtype Body : View
```

## See Also

### Creating custom control group styles

- [makeBody(configuration:)](swiftui/controlgroupstyle/makebody(configuration:).md)
- [ControlGroupStyle.Configuration](swiftui/controlgroupstyle/configuration.md)
