mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-23 19:03:18 +08:00
4 lines
190 B
PHP
4 lines
190 B
PHP
![]() |
<div toggle-switch class="toggle-switch @if($value) active @endif">
|
||
|
<input type="hidden" name="{{$name}}" value="{{$value?'true':'false'}}"/>
|
||
|
<div class="switch-handle"></div>
|
||
|
</div>
|