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

# init(_:label:)

Create a labeled slider tick at a specific value.

## Declaration

```swift
init(_ value: V, @ContentBuilder label: () -> some View)
```
