Vincent Abou Ghazale
This is extremely helpful now when prototyping in Figma. In ProtoPie we need to do a lot of manual work to rearrange items in a list after hiding/showing others.
Russell Wyner
Would be nice, but it can be totally achieved using 0 and 1 values for a number variable. And the formula to toggle between them is abs(myVariable -1)
P
Philipp Nürnberg
Russell Wyner: Clever!
Dominic Nestor
A overridable boolean value should be shown as a
switch
, toggle
trigger is not necessary, just use detect
will be fine. But Toggle
response for a Boolean variable is really useful.phng
Oh yes, please. Booleans are a must have. I would like to do var x = !x instead of condition 1 => assign / condition 2 => assign.
S
Simon Layfield
This would be really valuable for switching states using a simple 'Toggle' Trigger property (instead of using Assign).