{{#if(label)}}<label for="toggle_button_{{id}}">{{label}}</label>{{/if}}
<input type="checkbox" name="toggle_button_{{id}}" value="{{key}}" id="toggle_button_{{id}}" class="toggle-switch-checkbox checkbox" {{#if(controller.state.disabled)}}disabled="disabled"{{/if}}/>
<label class="toggle-switch-button" for="toggle_button_{{id}}"></label>
