

<div class="c-switch">
    <label class="c-switch__label">
        <input type="checkbox" class="c-switch__input" name="<?php echo e($name??''); ?>" value="1" <?php if(isset($checked) && $checked == 1): ?> checked <?php endif; ?>/>
        <span class="c-switch__content"></span>
        <span class="c-switch__circle"></span>
				<span class="c-switch__text">非表示</span>
				<span class="c-switch__textdisp">表示中</span>
    </label>
</div>