<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ControlGroup/init(_:systemImage:content:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI12ControlGroupV_11systemImage7contentACyAA07LabeledcD7ContentVyqd__AA5LabelVyAA4TextVAA0F0VGGGqd_0__SSqd__yXEtcAORszAA4ViewRd__SyRd_0_r0_lufc::OverloadGroup"
  },
  "title" : "init(_:systemImage:content:)"
}
-->

# init(_:systemImage:content:)

Creates a new control group with the specified content that generates
its label from a string and image name.

```
@export(implementation) nonisolated init<C, S>(_ title: S, systemImage: String, @ContentBuilder content: () -> C) where Content == LabeledControlGroupContent<C, Label<Text, Image>>, C : View, S : StringProtocol
```

## Parameters

`title`

A string that describes the contents of the group.

`systemImage`

The name of the image resource to lookup.

---

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)