---
title: acceptsFirstResponder
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextfield/acceptsfirstresponder
---

# acceptsFirstResponder

A Boolean value that indicates whether the text field is editable and accepts first responder status.

## Declaration

```swift
var acceptsFirstResponder: Bool { get }
```

## Discussion

Discussion true if the text field is editable and can become the first responder; otherwise, false.
