> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CheckOptions

Input options for the 'check' and 'uncheck' mutations.

## Definition

```graphql theme={null}
input CheckOptions {
  force: Boolean
  position: PointOptions
  timeout: Int
}
```

## Fields

### `force`

[Boolean](/reference/graphql/scalars/boolean)

Whether to bypass normal actionability checks. Defaults to false.

### `position`

[PointOptions](/reference/graphql/inputs/point-options)

Specific point, relative to the element's top-left corner, to click for checking/unchecking.
Example: `{ x: 5, y: 5 }`

### `timeout`

[Int](/reference/graphql/scalars/int)

Maximum time in milliseconds to wait for the element to be checkable. Defaults to a global timeout.
