set_checked
Set a checkbox to checked or unchecked, or select a radio button. Use to toggle form controls or choose options in web automation.
Instructions
Set a checkbox state, or select a radio element with checked=true. Radios cannot be unchecked directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| checked | Yes | ||
| frameId | No | ||
| returnSnapshot | No | Also return a fresh snapshot of the resulting page; renumbers element refs. |