HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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="€&nbsp;EUR" data-unchecked="$&nbsp;USD">--}}
{{--            <div class="c-switch__indicator"></div>--}}
{{--        </label>--}}
{{--    </div>--}}

{{--@endsection--}}