added switch between input and output

This commit is contained in:
RaffaelW 2024-10-24 23:16:36 +02:00
parent 3325a18b04
commit 1b7e22470a
2 changed files with 72 additions and 2 deletions

View file

@ -74,6 +74,16 @@
<fieldset>
<legend>Input/Output 1</legend>
<label class="switch">
<span>Output</span>
<input
type="checkbox"
name="input-or-output-1"
id="input-input-or-output-1"
/>
<span class="slider"></span>
<span>Input</span>
</label>
<input
type="number"
@ -88,6 +98,17 @@
<fieldset>
<legend>Input/Output 2</legend>
<label class="switch">
<span>Output</span>
<input
type="checkbox"
name="input-or-output-2"
id="input-input-or-output-2"
/>
<span class="slider"></span>
<span>Input</span>
</label>
<input
type="number"
name="universe-2"