Files
lucent-laravel/front/views/components/switch.blade.php
T
2024-09-28 18:36:18 +03:00

1 line
89 B
PHP

<input type="checkbox" class="switch" value="{{$value}}" {{$checked ? "checked" : ""}} />