This is eqiuvalent to ordinary Vue :style bindings but targets specific elements within the component.
:containerStyles="{}"
:toggleStyles="{}"
:initialState="false"
For programmatically changing the toggles value.
:state="false"
hoverColor="#ededed"
@toggle="logValue($event)"
<VTToggle
:containerStyles="{}"
:toggleStyles="{}"
:initialState="false"
:state="false"
hoverColor="#ededed"
@toggle="logValue($event)"
/>
Try a full demo on Codepen!