{{#each this.settings}}
{{#if this.isCheckbox}} {{else if this.isSelect}} {{else if this.isRange}} {{this.value}} {{else if this.isFilePicker}} {{else if this.isNumber}} {{numberInput this.value name=this.id}} {{else if this.isButton}} {{else}} {{/if}}

{{this.hint}}

{{/each}}