[Home](./index.md) > [puppeteer](./puppeteer.md) > [SerializedAXNode](./puppeteer.serializedaxnode.md) > [checked](./puppeteer.serializedaxnode.checked.md) ## SerializedAXNode.checked property Whether the checkbox is checked, or in a [mixed state](https://www.w3.org/TR/wai-aria-practices/examples/checkbox/checkbox-2/checkbox-2.html). Signature: ```typescript checked?: boolean | 'mixed'; ```