Hi everyone,
I’m trying to figure out how to use Figma variables from a design system in a project file. For example, I have a checkbox component with a boolean variable to toggle between selected and unselected states, and a textbox component with variables for enabled or disabled states.
In the project file, I have an unselected checkbox that disables the textbox below it. When the checkbox is selected, the textbox should become enabled. However, I’m having trouble accessing the textbox’s status variable when interacting with the checkbox.
What’s the best way to set up this interaction?
Thanks!