CSR-385 Fix list-button-horizontal

This commit is contained in:
Katie 2022-09-13 19:00:20 -04:00
parent ff6a45e6e4
commit 4c2fbba29e

View file

@ -12,8 +12,8 @@
:type="isMultiSelect ? 'checkbox' : 'radio'" :type="isMultiSelect ? 'checkbox' : 'radio'"
:id="buttonID" :id="buttonID"
:name="groupName" :name="groupName"
:value="value"
:aria-required="isRequired" :aria-required="isRequired"
v-model="checkValue"
:checked="checkValue" :checked="checkValue"
@change="handleInputChange()" @change="handleInputChange()"
/> />