<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ControlGroupStyleConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI30ControlGroupStyleConfigurationV"
  },
  "title" : "ControlGroupStyleConfiguration"
}
-->

# ControlGroupStyleConfiguration

The properties of a control group.

```
struct ControlGroupStyleConfiguration
```

## Topics

### Configuring the label

[`label`](/documentation/SwiftUI/ControlGroupStyleConfiguration/label-swift.property)

A view that provides the optional label of the [`ControlGroup`](/documentation/SwiftUI/ControlGroup).

[`Label`](/documentation/SwiftUI/ControlGroupStyleConfiguration/Label-swift.struct)

A type-erased label of a [`ControlGroup`](/documentation/SwiftUI/ControlGroup).

### Configuring the content

[`content`](/documentation/SwiftUI/ControlGroupStyleConfiguration/content-swift.property)

A view that represents the content of the `ControlGroup`.

[`Content`](/documentation/SwiftUI/ControlGroupStyleConfiguration/Content-swift.struct)

A type-erased content of a `ControlGroup`.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)