CSR-385 Fix list-button-horizontal
This commit is contained in:
parent
ff6a45e6e4
commit
4c2fbba29e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,8 +12,8 @@
|
|||
:type="isMultiSelect ? 'checkbox' : 'radio'"
|
||||
:id="buttonID"
|
||||
:name="groupName"
|
||||
:value="value"
|
||||
:aria-required="isRequired"
|
||||
v-model="checkValue"
|
||||
:checked="checkValue"
|
||||
@change="handleInputChange()"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue