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**/ ?>