---
title: isHapticFeedbackEnabled
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkcrownsequencer/ishapticfeedbackenabled
---

# isHapticFeedbackEnabled

A Boolean value that determines whether the crown sequencer’s haptic feedback is enabled.

## Declaration

```swift
var isHapticFeedbackEnabled: Bool { get set }
```

## Discussion

Discussion By default, this property is set to true. In Apple Watch Series 4 and later, the watch provides linear haptic feedback as the user rotates the digital crown. Set this property to false to disable the haptic feedback while the crown sequencer has the focus. For example, you can use this property to disable haptic feedback if the feedback does not match the screen’s animation.

## See Also

### Related Documentation

- [isTableScrollingHapticFeedbackEnabled](watchkit/wkinterfacecontroller/istablescrollinghapticfeedbackenabled.md)
