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?