switch how to
This commit is contained in:
@@ -50,7 +50,7 @@ git submodule add https://git.seemsleg.it/ef/cssjs-func-lib cssjs
|
|||||||
```
|
```
|
||||||
<link rel="stylesheet" href="/cssjs/switch.css">
|
<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
|
## DateTimePicker
|
||||||
|
|||||||
Reference in New Issue
Block a user