---
title: "init(_:)"
framework: appkit
role: symbol
role_heading: Initializer
path: "appkit/nstextlist/markerformat-swift.struct/init(_:)"
---

# init(_:)

Creates a new marker that you can apply to an item in a text list with the raw value you provide.

## Declaration

```swift
init(_ rawValue: String)
```

## Parameters

- `rawValue`: A string object that represents the marker image, such as “box,” “check,” “diamond,” and so on.

## See Also

### Initializing a marker format

- [init(rawValue:)](appkit/nstextlist/markerformat-swift.struct/init(rawvalue:).md)
