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 183183 {% for child in form %}
184184 <div >
185185 {%- 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 %} />
187187 <label for =" {{ child .vars .id }}" >
188188 <span class =" segmented-label" >
189189 <span >{{ child .vars .label }}</span >
You can’t perform that action at this time.
0 commit comments