{% if context %} {% set radio_label = context.radio_label %} {% set radio_helper = context.radio_helper %} {% set radio_value = context.radio_value %} {% set radio_name = context.radio_name %} {% set disabled = context.disabled %} {% set invalid = context.invalid %} {% endif %}
{%- render '@vf-form__label', { 'context': radio_label } -%} {%- if radio_helper -%} {%- if inline -%} {%- else -%} {%- render '@vf-form__helper', { 'context': radio_helper} -%} {%- endif -%} {%- endif -%}