# 스위치(참/거짓)

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

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

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

* 유저가 앱 화면에서 스위치를 켜고 끌 수 있어요.&#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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ohmyapp.io/main/guide/develop_app/4/block/switch/switch-bool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
