%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/admin1/storage/framework/views/ |
Upload File : |
<div class="form-check">
<input <?php echo e($attributes->merge(['class' => 'form-check-input'])); ?> type="checkbox" <?php if(isset($fieldValue)): ?>
value="<?php echo e($fieldValue); ?>" <?php endif; ?> name="<?php echo e($fieldName); ?>" <?php if($checked): ?> checked <?php endif; ?>
id="<?php echo e($fieldId); ?>">
<?php if($fieldLabel != ''): ?>
<label
class="form-check-label form_custom_label text-dark-grey pl-2 mr-3 justify-content-start cursor-pointer checkmark-20 pt-1 text-wrap"
for="<?php echo e($fieldId); ?>">
<?php echo e($fieldLabel); ?>
<?php if(!is_null($popover)): ?>
<i class="fa fa-question-circle" data-toggle="popover" data-placement="top" data-html="true"
data-content="<?php echo e($popover); ?>" data-trigger="hover"></i>
<?php endif; ?>
</label>
<?php endif; ?>
</div>
<?php /**PATH /Users/akhileshsirvi/htdocs/addictionfreeindia/resources/views/components/forms/checkbox.blade.php ENDPATH**/ ?>