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 I am asking the technical perspective only
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 I am asking the technical perspective only
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.
One way to multi check:
inputDilogue.xaml (18.6 KB)
This helped me so much,thankyou Vvaidya!