toggle_checkbox
Toggles a Boolean checkbox in 1C managed forms using a native value-free edit activation. Opens the genuine form, flips the target Boolean, and fires its change event without requiring ASCII read-back.
Instructions
Toggle a Boolean checkbox (флаг) natively. A checkbox commits with NO value buffer: the wire only ACTIVATES
the EditField (the value-free e0 4b 55 toggle, identical for set & clear) and the server flips the Boolean +
fires ПриИзменении — the EditField twin of switch_page. Opens the form (replays the genuine setup from
capture, which toggled base_field) and sends the genuine toggle re-targeted to target_field (the
EditField leaf). Returns {base_field, target_field, accepted}. (A toggle has no ASCII value read-back — the
Boolean reads as Да/Нет; confirm via a side-effect field or capture_screenshot.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | 127.0.0.1 | |
| port | No | ||
| capture | No | genuine-card90-20260617/traffic-selfcontained | |
| base_field | No | PF_CHECKBOX_FALSE | |
| target_field | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||