체크박스에 이미지 적용하고 두개이상 체크시 본문에 이미지가 나오지 않습니다.

안녕하세요.

체크박스를 체크하면 본문에 해당 이미지가 나오도록 하는 것은 성공했습니다.

하지만 체크를 두개이상하면 이미지가 본문에 하나도 나오지 않습니다.

<tr>
	<th>아이콘 선택</th>
	<td>
		<div>
		  <?php if($content->option->{'meta-cc'} == 'cheak0'):?>
             <img src="<?php echo $skin_path?>/images/1.png" alt="cheak0">
          <?php endif?>
		</div>
		<div>
          <?php if($content->option->{'meta-cc'} == 'cheak1'):?>
            <img src="<?php echo $skin_path?>/images/2.png" alt="cheak1">
          <?php endif?>
        </div>
	</td>
</tr>

 

현재 document.php 체크박스 부분 코드입니다.

 

https://imgur.com/giEajoG

이미지 확인부탁드립니다.

 

다중체크해도 이미지가 본문에 나오도록 하려면 어떻게 코드를 짜야하나요??

워드프레스 에러 기술지원 서비스 전문가에게 맡기세요
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요