]> BookStack Code Mirror - bookstack/blobdiff - resources/views/form/toggle-switch.blade.php
Updated another set of components
[bookstack] / resources / views / form / toggle-switch.blade.php
index a5eec30051b32a9bcd9e983c0fd98a40c4356ca9..375eda3d7b5cfaea2ece5fd44ab0f3f1590cfe60 100644 (file)
@@ -1,4 +1,4 @@
-<label toggle-switch="{{$name}}" custom-checkbox class="toggle-switch">
+<label components="custom-checkbox toggle-switch" class="toggle-switch">
     <input type="hidden" name="{{$name}}" value="{{$value?'true':'false'}}"/>
     <input type="checkbox" @if($value) checked="checked" @endif>
     <span tabindex="0" role="checkbox"