---
title: Body
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/controlwidget/body-swift.associatedtype
---

# Body

The type of configuration representing the content of this control.

## Declaration

```swift
associatedtype Body : ControlWidgetConfiguration
```

## Discussion

Discussion When you create a custom control, Swift infers this type from your implementation of the required body property.
