You should look at ItemViewModel as well. This is the basic selection scenario. Create observable member variables for your data (“drinks”) and the selected item (“selectedDrink”). Bind these values to the UI. In your action handlers, reference the member variables.