[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [NodeTreeSnapshot](./puppeteer.protocol.domsnapshot.nodetreesnapshot.md) > [inputChecked](./puppeteer.protocol.domsnapshot.nodetreesnapshot.inputchecked.md) ## Protocol.DOMSnapshot.NodeTreeSnapshot.inputChecked property Only set for radio and checkbox input elements, indicates if the element has been checked Signature: ```typescript inputChecked?: RareBooleanData; ```