fixed input/output toggle

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

View file

@ -133,8 +133,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>
@ -159,8 +159,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>