Is it possible to choose multiple options in Input dialog?

I am able to create multiple options in the checkboxes as said in this answer

Is it possible to design it in such a way that the user can select both the options ?
Note : Jokes apart :slight_smile: I am asking the technical perspective only :stuck_out_tongue:

2 Likes

For the example in link , you can add 3rd option in Array β€œAll” to select both on the application.

But if you are referring to your TV Screen size sizes drop down, I don’t think it can be accomplished using a single input dialogue activity.

1 Like

One way to multi check:
inputDilogue.xaml (18.6 KB)

9 Likes

This helped me so much,thankyou Vvaidya!