Multi choice Input Dialog with pre-checked options

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
User avatar
kintrupf
Posts: 257
Joined: 10 Sep 2013 08:59

Multi choice Input Dialog with pre-checked options

Post by kintrupf » 05 Jul 2014 20:10

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.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Multi choice Input Dialog with pre-checked options

Post by Martin » 07 Jul 2014 09:24

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.

Locked