Hi,
I finally figured out conditional prototyping and this is a game changer to me.
Now I can use component with only one variant, but conditionally prototyped.
(If you need some example: it’s a check box, and when check an additional input field “Please, specify” appears)…
By default, my variable is false (unselected checkmark) and the input is hidden.
This is great for prototype and usability testing using the prototype,
However, I have concerns about how my PM will comment my designs and also how developers will discover that?
Do I still need to create another variant to show checked view?
How do you solve this?