]> BookStack Code Mirror - bookstack/blobdiff - resources/views/components/toggle-switch.blade.php
Updated 'Spanish Argentina' translation.
[bookstack] / resources / views / components / toggle-switch.blade.php
index b20b74d5ec90d17a8462610894a8db1013c78b72..c5a30a60f9dae1842a75fcbc9ee3418b52584d18 100644 (file)
@@ -1,4 +1,4 @@
-<div toggle-switch class="toggle-switch @if($value) active @endif">
+<div toggle-switch="{{$name}}" class="toggle-switch @if($value) active @endif">
     <input type="hidden" name="{{$name}}" value="{{$value?'true':'false'}}"/>
     <div class="switch-handle"></div>
 </div>
\ No newline at end of file