neko_check
Set the checked state of a checkbox or radio button using its element index. Automates form input actions.
Instructions
Check or uncheck a checkbox or radio button element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Element index from neko_get_state | |
| checked | No | true=check, false=uncheck (default: true) |