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

# init()

Creates a settings link with the default system label.

## Declaration

```swift
nonisolated init() where Label == DefaultSettingsLinkLabel
```

## Discussion

Discussion The display of the label may be customized using the labelStyle(_:) modifier.

## See Also

### Creating a settings link

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