File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 183
183
{% for child in form %}
184
184
<div >
185
185
{%- set type = form .vars .multiple ? ' checkbox' : ' radio' -%}
186
- <input type =" {{ type }}" class =" input--{{ type }}" id =" {{ child .vars .id }}" name =" {{ child .vars .full_name }}" {% if child .vars .value is defined %} value =" {{ child .vars .value }}" {% endif %}{% if child .vars .checked %} checked =" checked" {% endif %} />
186
+ <input type =" {{ type }}" class =" input--{{ type }}" id =" {{ child .vars .id }}" name =" {{ child .vars .full_name }}" {% if child .vars .value is defined %} value =" {{ child .vars .value }}" {% endif %}{% if child .vars .checked %} checked =" checked" {% endif %} {% if child . vars . disabled %} disabled = " disabled " {% endif %} />
187
187
<label for =" {{ child .vars .id }}" >
188
188
<span class =" segmented-label" >
189
189
<span >{{ child .vars .label }}</span >
You can’t perform that action at this time.
0 commit comments