I see the below code in one of the liquid files. Shall i remove the below code?
{%- if settings.show_global_checkbox -%}
{%- if settings.show_global_checkbox -%}
{{ settings.global_checkbox_text }}
{%- if settings.global_checkbox_link_text != blank -%}
{{ settings.global_checkbox_link_text | escape }}
{%- endif -%}
{%- endif -%}