Add indeterminate state to toggle interface

This commit is contained in:
rijkvanzanten
2020-12-07 15:55:38 -05:00
parent 70c6484fcc
commit 877b32807e

View File

@@ -5,6 +5,7 @@
:icon-off="iconOff"
:label="label"
:input-value="value"
:indeterminate="value === null"
@change="$listeners.input"
:style="{
'--v-checkbox-color': color,