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

# Body

A view that represents the body of a group box.

## Declaration

```swift
associatedtype Body : View
```

## See Also

### Creating custom group box styles

- [makeBody(configuration:)](swiftui/groupboxstyle/makebody(configuration:).md)
- [GroupBoxStyle.Configuration](swiftui/groupboxstyle/configuration.md)
