sap_select_checkbox
Selects or deselects a checkbox on the current SAP screen using its ID. Set selected=false to uncheck.
Instructions
Select or deselect a checkbox on the current SAP screen.
Set selected=false to uncheck. Use sap_get_screen_elements with type_filter='GuiCheckBox' to find checkbox IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkbox_id | Yes | ||
| selected | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||