<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/SensoryFeedback/SelectionFeedback",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI15SensoryFeedbackV09SelectionD0V"
  },
  "title" : "SensoryFeedback.SelectionFeedback"
}
-->

# SensoryFeedback.SelectionFeedback

Feedback that can be played in response to a specific UI element’s
values changing.

```
struct SelectionFeedback
```

## Topics

### Type Properties

[`static let maximum: SensoryFeedback.SelectionFeedback`](/documentation/SwiftUI/SensoryFeedback/SelectionFeedback/maximum)

Indicates that a control’s maximum value has been reached, such as
when a slider’s thumb is dragged to the slider’s maximum value.

[`static let minimum: SensoryFeedback.SelectionFeedback`](/documentation/SwiftUI/SensoryFeedback/SelectionFeedback/minimum)

Indicates that a control’s minimum value has been reached, such as
when a slider’s thumb is dragged to the slider’s minimum value.

[`static let off: SensoryFeedback.SelectionFeedback`](/documentation/SwiftUI/SensoryFeedback/SelectionFeedback/off)

Indicates that a control’s value has changed to off, such as when a
toggle is released and turned off.

[`static let on: SensoryFeedback.SelectionFeedback`](/documentation/SwiftUI/SensoryFeedback/SelectionFeedback/on)

Indicates that a control’s value has changed to on, such as when a
toggle is tapped to turn on.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)