switch anleitung
This commit is contained in:
parent
f340642a31
commit
deddb088b0
@ -44,4 +44,11 @@ git submodule add https://git.seemsleg.it/ef/cssjs-func-lib cssjs
|
||||
|
||||
.grid-item { width: 200px; }
|
||||
.grid-item--width2 { width: 400px; }
|
||||
```
|
||||
|
||||
## Checkbox Switch
|
||||
```
|
||||
<link rel="stylesheet" href="/cssjs/switch.css">
|
||||
|
||||
<input type="checkbox" name="publish" id="checkPub" value="1" ' . ($data ['publish'] ? 'checked="true"' : '') . ' /><label for="checkPub"></label>
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user