toggle-switch.blade.php 190 Bytes
<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>