wavexis_uncheck
Uncheck a checkbox by clicking its CSS selector, firing change events to update form state.
Instructions
Uncheck a checkbox matching a CSS selector by clicking it.
Use wavexis_check to check a checkbox or wavexis_click for generic element activation.
Side effects: Clicks the target checkbox to toggle it to unchecked, firing change events. Returns: JSON string with keys: 'status' ('ok'/'error'). 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 |