# `GSCustomParameter boolValue`

*Instance Method*

## Declaration

```swift
func boolValue() -> Bool
```

```objc
- (BOOL) boolValue;
```

```python
boolValue() -> bool
```

