체크박스
This commit is contained in:
parent
bbcce3b308
commit
1786d03061
@ -24,7 +24,7 @@
|
||||
|
||||
<!-- 공지 접기 기능 -->
|
||||
<div class="form-check mb-0">
|
||||
<input class="form-check-input" type="checkbox" v-model="showNotices" id="hideNotices" />
|
||||
<input class="form-check-input mt-1" type="checkbox" v-model="showNotices" id="hideNotices" />
|
||||
<label class="form-check-label" for="hideNotices">공지 숨기기</label>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user