---
title: "init(rawValue:)"
framework: roomplan
role: symbol
role_heading: Initializer
path: "roomplan/roombuilder/configurationoptions/init(rawvalue:)"
---

# init(rawValue:)

Creates a configuration option with the specified raw value.

## Declaration

```swift
init(rawValue: Int)
```

## Parameters

- `rawValue`: A raw value for the configuration options instance.

## See Also

### Creating a configuration option

- [rawValue](roomplan/roombuilder/configurationoptions/rawvalue.md)
