> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/4/block/switch/switch-bool.md).

# 스위치(참/거짓)

**스위치(참/거짓) 블록은 언제 사용하나요?**

* 스위치로 항목의 값을 켜고 끌 때 사용해요. 예를 들면, '내 정보 탭'에서 푸시 알림 동의/미동의 버튼으로 사용할 수 있어요.

**스위치(참/거짓) 블록의 특징은 무엇인가요?**

* 유저가 앱 화면에서 스위치를 켜고 끌 수 있어요.&#x20;

<div align="left"><figure><img src="/files/JTXjmvBQTMvNK9Ebxw66" alt="" width="453"><figcaption></figcaption></figure></div>

2023.07.24 Jinny

## Switch (True/False)

Use switch (true/false) to toggle the value of certain items on and off.

**When do I use the switch (true/false) block?**

* This block is used to toggle the value if an item on and off. For example, this block can be used as an enable/disable button for push notifications in the About Me tab.

**What are the characteristics of switch (true/false) blocks?**

* This block allows users to toggle switches on and off on the app screen.

2023.07.26 Hwaran

> \#스위치(참/거짓), #스위치 켜기, #스위치 끄기, #스위치 만드는 방법
