{% if (!ctx.component.hideLabel && ['checkbox', 'radio'].indexOf(ctx.component.type) === -1) { %}
  <label class="{{ ctx.label.className }}">
    {{ ctx.t([`${ctx.component.key}_label`, ctx.component.label]) }}
    <!--
    {% if (ctx.component.tooltip) { %}
      <i ref="tooltip" class="{{ ctx.iconClass('question-sign') }} text-muted"></i>
    {% } %}
    -->
  </label>
{% } %}
