1# Toggle
2
3
4A toggle is used to enable or disable a function.
5
6
7![toggle-backup](figures/toggle-backup.png)
8
9
10## How to Use
11
12
13- Place a toggle on the right of a function for users to enable or disable the function.
14
15- Turning on or off the toggle will change the setting status. In some scenarios, there is a delay in displaying the status from on to off or from off to on. For example, after a user turns on the toggle related to the Bluetooth function, it takes a certain period of time to enable the Bluetooth function, and the user may see a short change process.
16
17
18## Resources
19
20For details about the development guide related to the toggle, see [Toggle](../../application-dev/reference/arkui-ts/ts-basic-components-toggle.md).
21