In the Component.js do:
this.setModel(outputModel, "output");
And in the XML do the below to set the "selectedMonth" in the outputModel:
<ComboBox items="{/Month}" selectedKey="{output>/selectedMonth}">
<items>
<core:Item key="{key}" text="{name}"/>
</items>
</ComboBox>