---
title: "init(label:)"
framework: swiftui
role: symbol
role_heading: Initializer
path: "swiftui/settingslink/init(label:)"
---

# init(label:)

Creates a settings link with a custom label.

## Declaration

```swift
nonisolated init(@ContentBuilder label: () -> Label)
```

## Parameters

- `label`: A view to use as the label for this settings link.

## See Also

### Creating a settings link

- [init()](swiftui/settingslink/init().md)
