]>
BookStack Code Mirror - bookstack/blob - resources/views/components/toggle-switch.blade.php
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Cleaned some form styling
[bookstack]
/
resources
/
views
/
components
/
toggle-switch.blade.php
1
<div toggle-switch="{{$name}}" class="toggle-switch @if($value) active @endif">
2
<input type="hidden" name="{{$name}}" value="{{$value?'true':'false'}}"/>
3
<div class="switch-handle"></div>
4
</div>