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/exnova-telegram-bot-v2/storage/framework/views/5ed793aec232e9eee13015b5cfae564e.php
<a17-singlecheckbox
    <?php echo $formFieldName(); ?>

    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($border): ?> :border="true" <?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) && is_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/exnova-telegram-bot-v2/vendor/area17/twill/src/../views/partials/form/_checkbox.blade.php ENDPATH**/ ?>