wavexis_check
Checks a checkbox or radio button by CSS selector, toggling its state and firing change events. Returns status and checked state.
Instructions
Check a checkbox or radio button matching a CSS selector.
Use wavexis_uncheck to uncheck a checkbox or wavexis_click for generic element activation.
Side effects: Clicks the target checkbox/radio, toggling its checked state and firing change events. Returns: JSON string with keys: 'status' ('ok'/'error'), 'checked' (bool, the element's checked state after the action). On error also 'error', 'tool', 'type', 'message', 'suggestion' (all str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |