HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/quadcode-jobs/storage/framework/views/d1bb29bc68d126733cd37c107ca43e0499c6105a.php
<?php
    $note = $note ?? false;
    $inline = $inline ?? false;
    $default = $default ?? false;
    $inModal = $fieldsInModal ?? false;
    $disabled = $disabled ?? false;
    $confirmMessageText = $confirmMessageText ?? '';
    $confirmTitleText = $confirmTitleText ?? '';
    $requireConfirmation = $requireConfirmation ?? false;
?>

<a17-singlecheckbox
    <?php echo $__env->make('twill::partials.form.utils._field_name', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
    label="<?php echo e($label ?? ''); ?>"
    :initial-value="<?php echo e($default ? 'true' : 'false'); ?>"
    <?php if($note): ?> note='<?php echo e($note); ?>' <?php endif; ?>
    <?php if($disabled): ?> disabled <?php endif; ?>
    <?php if($requireConfirmation): ?> :require-confirmation="true" <?php endif; ?>
    <?php if($confirmMessageText): ?> confirm-message-text="<?php echo e($confirmMessageText); ?>"  <?php endif; ?>
    <?php if($confirmTitleText): ?> confirm-title-text="<?php echo e($confirmTitleText); ?>"  <?php endif; ?>
    :has-default-store="true"
    in-store="currentValue"
></a17-singlecheckbox>

<?php if (! ($renderForBlocks || $renderForModal || (!isset($item->$name) && null == $formFieldsValue = getFormFieldsValue($form_fields, $name)))): ?>
<?php $__env->startPush('vuexStore'); ?>
    window['<?php echo e(config('twill.js_namespace')); ?>'].STORE.form.fields.push({
        name: '<?php echo e($name); ?>',
        value: <?php if(isset($item) && $item->$name || ($formFieldsValue ?? false)): ?> true <?php else: ?> false <?php endif; ?>
    })
<?php $__env->stopPush(); ?>
<?php endif; ?>
<?php /**PATH /var/www/quadcode-jobs/vendor/area17/twill/src/../views/partials/form/_checkbox.blade.php ENDPATH**/ ?>