fixed input/output toggle

This commit is contained in:
RaffaelW 2024-12-14 21:14:26 +01:00
parent 9e83851ddf
commit b097f81c95

View file

@ -205,8 +205,8 @@
type="checkbox" type="checkbox"
name="direction-1" name="direction-1"
id="input-direction-1" id="input-direction-1"
data-value-not-checked="output" data-value-not-checked="0"
data-value-checked="input" data-value-checked="1"
/> />
<span class="slider"></span> <span class="slider"></span>
<span>Input</span> <span>Input</span>
@ -231,8 +231,8 @@
type="checkbox" type="checkbox"
name="direction-2" name="direction-2"
id="input-direction-2" id="input-direction-2"
data-value-not-checked="output" data-value-not-checked="0"
data-value-checked="input" data-value-checked="1"
/> />
<span class="slider"></span> <span class="slider"></span>
<span>Input</span> <span>Input</span>