The multi choice type Input Dialog seems to lack the option to have some or all of the checkboxes already checked when the dialog is displayed.
My suggestion would be to evaluate the “indices“ variable upon entering the action and then check the indicated boxes when the dialog is displayed.
Multi choice Input Dialog with pre-checked options
Moderator: Martin
Re: Multi choice Input Dialog with pre-checked options
This should already be possible by setting the default value to the desired list. For example like this:
List values: 1,2,3
Default value: 2,3
Values 2 and 3 should be checked initially when the dialog is shown.
List values: 1,2,3
Default value: 2,3
Values 2 and 3 should be checked initially when the dialog is shown.