---
title: "groupBoxStyle(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/groupboxstyle(_:)"
---

# groupBoxStyle(_:)

Sets the style for group boxes within this view.

## Declaration

```swift
nonisolated func groupBoxStyle<S>(_ style: S) -> some View where S : GroupBoxStyle

```

## Parameters

- `style`: The style to apply to boxes within this view.

## See Also

### Grouping views into a box

- [GroupBox](swiftui/groupbox.md)
