---
title: "init(label:value:)"
framework: passkit
role: symbol
role_heading: Initializer
path: "passkit/pklabeledvalue/init(label:value:)"
---

# init(label:value:)

Instantiates a new labeled value object with the specified label and value strings.

## Declaration

```swift
init(label: String, value: String)
```
