Closed DBraun closed 5 months ago
process = par(i, 11, checkbox("h:boxes/[%i] Box %i"));
Box 10 should appear last, but it appears between Box 0 and Box 1.
Woops. This works:
process = par(i, 11, checkbox("h:boxes/[%2i] Box %i"));
But maybe that could just be automatic?
Box 10 should appear last, but it appears between Box 0 and Box 1.