<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.5.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PDFKit",
  "identifier" : "/documentation/PDFKit/PDFActionResetForm/fieldsIncludedAreCleared",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PDFKit"
    ],
    "preciseIdentifier" : "c:objc(cs)PDFActionResetForm(py)fieldsIncludedAreCleared"
  },
  "title" : "fieldsIncludedAreCleared"
}
-->

# fieldsIncludedAreCleared

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

```
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

[`PDFActionResetForm`](/documentation/PDFKit/PDFActionResetForm)

`PDFActionResetForm`, a subclass of `PDFAction`, defines methods for getting and clearing fields in a PDF form.



---

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)