---
title: "init(identifier:title:type:)"
framework: classkit
role: symbol
role_heading: Initializer
path: "classkit/clsbinaryitem/init(identifier:title:type:)"
---

# init(identifier:title:type:)

Initializes a new binary activity item of the given type.

## Declaration

```swift
init(identifier: String, title: String, type valueType: CLSBinaryValueType)
```

## Parameters

- `identifier`: A unique identifier for the activity item.
- `title`: A human readable name for the activity item.
- `valueType`: The kind of Boolean that the activity item represents.

## See Also

### Creating Binary Activity Items

- [CLSBinaryValueType](classkit/clsbinaryvaluetype.md)
