# Bind Widget Values to Variables (2025.23) Source: `help-portal-0192dc472ba946989d05d444e598e265.md`. ## Overview Bind widget values (for example, input controls) to variables for two-way data flow. ## Steps 1. Select widget → Bind value to variable. 2. Use script to read/write the bound variable. 3. Variable changes propagate to widget and vice versa. ## Notes - Ensure variable types align with widget value types. - Useful for centralized state management across widgets.