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

# Body

A view that represents the appearance and interaction of a form.

## Declaration

```swift
associatedtype Body : View
```

## See Also

### Creating custom form styles

- [makeBody(configuration:)](swiftui/formstyle/makebody(configuration:).md)
- [FormStyle.Configuration](swiftui/formstyle/configuration.md)
