Can I set variable based on a component's property value?

I have a checkbox interactive component imported from the design system that can swap between checked & unchecked.

I was trying to add a conditional and set variable so one of my textboxes could show
XYZ or ABC based on the checkbox’s property value (checked and unchecked). But seems the “if” can’t access the component’s property value.

Can advanced prototyping do it now, or do I still need to create another local boolean variable to control it?

1 Like

When you say “the ‘if’ can’t access the component’s property value” what do you mean?

I think you should be able to assign a text variable to the text in the checkbox unless that text object is being used as a property in the component.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.