switch how to

This commit is contained in:
stitz
2020-09-14 13:04:25 +02:00
parent e7de5eeb8d
commit 19b399bf0f

View File

@@ -50,7 +50,7 @@ git submodule add https://git.seemsleg.it/ef/cssjs-func-lib cssjs
```
<link rel="stylesheet" href="/cssjs/switch.css">
<input type="checkbox" name="publish" id="checkPub" value="1" ' . ($data ['publish'] ? 'checked="true"' : '') . ' /><label for="checkPub"></label>
<input type="checkbox" class="switch" name="publish" id="checkPub" value="1" ' . ($data ['publish'] ? 'checked="true"' : '') . ' /><label for="checkPub"></label>
```
## DateTimePicker