<!--
{
  "availability" : [
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WidgetKit",
  "identifier" : "/documentation/WidgetKit/AccessoryWidgetGroup/init(label:content:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "WidgetKit"
    ],
    "preciseIdentifier" : "s:9WidgetKit09AccessoryA5GroupV5label7contentACyxq_GxyXE_q_yXEtcfc"
  },
  "title" : "init(label:content:)"
}
-->

# init(label:content:)

Creates an AccessoryWidgetGroup composed of a label and three circular or rounded square contents with equal spacing and vertical alignment.

```
@MainActor @preconcurrency init(@ViewBuilder label: () -> Label, @ViewBuilder content: () -> Content)
```

## Parameters

`label`

A label or a text to show up on the top corner of the widget view to describe the purpose of the group.

`content`

A view builder for the content of the accessory group.

---

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)