Tagged Questions
1
vote
2answers
82 views
Which input layout for choosing between Option1, Option2 and (Option1 or Option2, dynamically)
One setting in our app has to be as follows:
For a certain scenario, the user select whether he wants:
Always use option X
Or always use option Y
Or, depending on a dynamic flag, use X or Y (he ...