<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "HealthKit",
  "identifier" : "/documentation/HealthKit/HKWheelchairUse",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "HealthKit"
    ],
    "preciseIdentifier" : "c:@E@HKWheelchairUse"
  },
  "title" : "HKWheelchairUse"
}
-->

# HKWheelchairUse

Constants indicating the user’s wheelchair use.

```
enum HKWheelchairUse
```

## Topics

### Constants

[`HKWheelchairUse.notSet`](/documentation/HealthKit/HKWheelchairUse/notSet)

Either the wheelchair use is not set or the user has not granted your app permission to read that information.

[`HKWheelchairUse.no`](/documentation/HealthKit/HKWheelchairUse/no)

The user does not use a wheelchair.

[`HKWheelchairUse.yes`](/documentation/HealthKit/HKWheelchairUse/yes)

The user uses a wheelchair.



---

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)