Pizza Toppings (multiple selector with two sets of complex options)

Options:

{{ toppingOptions }}
Game (single selector with one set of simple options)
Game:

Options:

{{ gameOptions }}

(requires an extra computed property in the calling page which returns the first value from the returned array)

Yes/No (super simple single selector)
Is this cool?

Options:

{{ yesnoOptions }}

(below is without the extra computed property in the calling page.)