fix checkboxes not always checking

This commit is contained in:
2023-05-21 09:27:51 +10:00
parent 2f029e2523
commit 3b837dc6b0

View File

@@ -28,7 +28,7 @@
type="checkbox"
class="checkbox-control"
:disabled="disabled"
:value="value"
:checked="value"
@input="handleCheckbox" />
<span class="checkbox-control-box">
<span class="checkbox-control-tick"></span> </span