File: D:/HostingSpaces/SBogers10/beerten.komma.nl/resources/views/components/form/switch.blade.php
{{-- TODO: When needed rewrite it to be compatible with form/layout/element like 'text' and 'textarea' --}}
<div class="c-switch">
<input class="c-switch__input" id="switch-demo1" type="checkbox">
<label class="c-switch__label" for="switch-demo1" data-checked="On" data-unchecked="Off">
<div class="c-switch__indicator"></div>
</label>
</div>
{{-- TODO: Finish the code below --}}
{{--@extends('components.form.layout.element')--}}
{{--@section('form-group-area-' . $formGroupCodeName)--}}
{{-- <div class="c-switch">--}}
{{-- <input class="c-switch__input" id="switch-demo1" type="checkbox">--}}
{{-- <label class="c-switch__label" for="switch-demo1" data-checked="€ EUR" data-unchecked="$ USD">--}}
{{-- <div class="c-switch__indicator"></div>--}}
{{-- </label>--}}
{{-- </div>--}}
{{--@endsection--}}