---
title: "toggleContinuousSpellChecking(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nstextview/togglecontinuousspellchecking(_:)"
---

# toggleContinuousSpellChecking(_:)

Toggles whether continuous spell checking is enabled for the receiver.

## Declaration

```swift
func toggleContinuousSpellChecking(_ sender: Any?)
```

## Parameters

- `sender`: The control sending the message; may be nil.

## See Also

### Working with the spelling checker

- [isContinuousSpellCheckingEnabled](appkit/nstextview/iscontinuousspellcheckingenabled.md)
- [spellCheckerDocumentTag](appkit/nstextview/spellcheckerdocumenttag.md)
- [isGrammarCheckingEnabled](appkit/nstextview/isgrammarcheckingenabled.md)
- [toggleGrammarChecking(_:)](appkit/nstextview/togglegrammarchecking(_:).md)
- [setSpellingState(_:range:)](appkit/nstextview/setspellingstate(_:range:).md)
