Skip to content

Commit

Permalink
fix: don't merge values from base checkbox in checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Jun 24, 2020
1 parent 7cee0dd commit 31e6cf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ul class="input-group checkbox{{ ' ' + className if className }}">
{% for checkbox in checkboxes %}
<li>
{% render '@' + component, checkbox, true %}
{% render '@' + component, checkbox %}
</li>
{% endfor %}
</ul>

0 comments on commit 31e6cf6

Please sign in to comment.