2015-08-20 13:43:12 -04:00
|
|
|
{{#if isCheckbox}}
|
|
|
|
<label for={{inputId}}>
|
|
|
|
{{input checked=checked id=inputId type="checkbox"}}
|
|
|
|
{{i18n translationKey}}
|
|
|
|
</label>
|
|
|
|
{{else}}
|
|
|
|
<label for={{inputId}}>{{i18n translationKey}}</label>
|
2015-10-11 08:48:37 -04:00
|
|
|
{{input value=value id=inputId placeholder=placeholder}}
|
2015-08-20 13:43:12 -04:00
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
<div class='clearfix'></div>
|