<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSAccessibilityStepper/accessibilityLabel()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(pl)NSAccessibilityStepper(im)accessibilityLabel"
  },
  "title" : "accessibilityLabel()"
}
-->

# accessibilityLabel()

Returns a short description of the stepper.

```
func accessibilityLabel() -> String?
```

## Return Value

The description of the stepper.

## Discussion

This method is the getter for the [`NSAccessibilityProtocol`](/documentation/AppKit/NSAccessibilityProtocol) protocol’s [`accessibilityLabel`](/documentation/AppKit/NSAccessibility-c.protocol/accessibilityLabel) property.

Do not include the control’s type in the label (for example, use `Volume`, not `Volume stepper`). If possible use a single word. To help ensure that accessibility clients such as VoiceOver read the label with the correct intonation, start this label with a capital letter. Do not put a period at the end. Always localize the label.

## See Also

[`accessibilityLabel`](/documentation/AppKit/NSAccessibility-c.protocol/accessibilityLabel)

A short description of the accessibility element.



---

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)