{#if arg.type == 'text'} {:else if arg.type == 'checkbox'} {:else if arg.type == 'select'} _.isString(opt) ? { label: opt, value: opt } : { label: opt.name, value: opt.value } )} /> {/if}