add_checkbox_to_widget
Add a checkbox widget for boolean toggles in Unreal Engine menus. Specify the widget blueprint, checkbox name, label, position, and initial state to create interactive toggle controls.
Instructions
Add a Checkbox widget for boolean toggles in menus.
Args: widget_name: Widget Blueprint name checkbox_name: Component name label_text: Optional label text next to the checkbox position: [X, Y] position is_checked: Initial checked state
KB: see knowledge_base/06_UI_UMG_SYSTEMS.md#overview Example: add_checkbox_to_widget(widget_name="/Game/MCP_Test/WBP_Example", checkbox_name="ExampleName")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | ||
| is_checked | No | ||
| label_text | No | ||
| widget_name | Yes | ||
| checkbox_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |