# `InspectorViewGuideController.measurementCheckbox`

*Instance Property*

## Declaration

```swift
@IBOutlet unowned(unsafe) var measurementCheckbox: NSButton! { get set }
```

```objc
@property (nonatomic, unsafe_unretained) NSButton * measurementCheckbox;
```

```python
measurementCheckbox() -> NSButton
setMeasurementCheckbox_(measurementCheckbox: NSButton)
```

