nested checkbox component

This commit is contained in:
dandds
2019-04-29 06:32:17 -04:00
parent b7a8cd4168
commit 47b07c2bb5
5 changed files with 41 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
<fieldset data-ally-disabled="true" v-on:change="onInput" class="usa-input__choices {% if inline %}usa-input__choices--inline{% endif %}">
<legend>
{{ field(**{"v-model": "checked"}) }}
{{ field(**{"v-model": "isChecked"}) }}
{{ label | safe }}
{% if field.description %}