<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macOS: -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BrowserEngineKit",
  "identifier" : "/documentation/BrowserEngineKit/BEAccessibilityPressedState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "BrowserEngineKit"
    ],
    "preciseIdentifier" : "c:@E@BEAccessibilityPressedState"
  },
  "title" : "BEAccessibilityPressedState"
}
-->

# BEAccessibilityPressedState

An enumeration that indicates whether an element is pressed.

```
enum BEAccessibilityPressedState
```

## Topics

### Element states

[`BEAccessibilityPressedState.false`](/documentation/BrowserEngineKit/BEAccessibilityPressedState/false)

A state that indicates the element isn’t pressed.

[`BEAccessibilityPressedState.true`](/documentation/BrowserEngineKit/BEAccessibilityPressedState/true)

A state that indicates the element is pressed.

[`BEAccessibilityPressedState.mixed`](/documentation/BrowserEngineKit/BEAccessibilityPressedState/mixed)

A state that indicates the element is in a mixed state.

[`BEAccessibilityPressedState.undefined`](/documentation/BrowserEngineKit/BEAccessibilityPressedState/undefined)

An option that indicates an undefined pressed state.



---

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)