{{#each choice in choicesHash}}
	<label {{bind-attr class=":btn colorClass sizeClass choice.checked:active"}} {{bind-attr style="_widthStyle"}}>
		<input {{bind-attr type=type}} id="{{unbound elementId}}-{{unbound choice.id}}" name="options" autocomplete="off" {{bind-attr value=choice.id}}>{{choice.name}}
	</label>
{{else}}
	<span class="missing-choices">
		{{missingChoicesText}}
	</span>
{{/each}}
