Your IP : 216.73.216.79


Current Path : /var/www/html/bookstack/storage/framework/views/
Upload File :
Current File : /var/www/html/bookstack/storage/framework/views/a5a9263bfc7780b9acb3a0414d630c678f679ca8.php

<label custom-checkbox class="toggle-switch <?php if($errors->has($name)): ?> text-neg <?php endif; ?>">
    <input type="checkbox" name="<?php echo e($name); ?>" value="<?php echo e($value); ?>" <?php if($checked): ?> checked="checked" <?php endif; ?>>
    <span tabindex="0" role="checkbox"
          aria-checked="<?php echo e($checked ? 'true' : 'false'); ?>"
          class="custom-checkbox text-primary"><?php echo icon('check'); ?></span>
    <span class="label"><?php echo e($label); ?></span>
</label><?php /**PATH /var/www/html/bookstack/resources/views/form/custom-checkbox.blade.php ENDPATH**/ ?>