---
title: fieldsIncludedAreCleared
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfactionresetform/fieldsincludedarecleared
---

# fieldsIncludedAreCleared

Sets whether the fields associated with the reset action are cleared when the action is performed.

## Declaration

```swift
var fieldsIncludedAreCleared: Bool { get set }
```

## Parameters

- `include`: Pass doc://com.apple.documentation/documentation/Swift/true to clear the fields associated with the action when the reset action is performed. Pass doc://com.apple.documentation/documentation/Swift/false to exclude from the reset action only the fields associated with the action.

## See Also

### Related Documentation

- [PDFActionResetForm](pdfkit/pdfactionresetform.md)
