Is there is a good way of enabling checkboxes on a ‘Prompt for User input’ dialog action to remember their state ?
I notice that the 1|0 ⇄ 0|1 default specifiers can be built from two numeric variables flanking a pipe character (using a three-character string variable value like “0|1” or “0|1” doesn’t seem to be read as a checkbox spec.
I suppose it might be possible to update the two numeric variables at the end of a macro, to reflect the current state of the checkbox’s resulting string variable state, but this begins to feel as if it may be drifting into Heath Robinson territory :- )
Might there be something simpler that hasn’t occurred to me ?