1# Tick Box 2 3A tick box is used to specify whether users agree to the description of an item. 4 5 6 7 8 9## How to Use 10 11- Generally, use a tick box for **Do not remind again** in USB connection scenarios or **Do not ask me again** in scenarios for obtaining location information. 12 13  14 15 16- Determine whether to start with a selected tick box by considering the impact on users. A selected tick box should not bring negative impact on users. 17 18- Ensure that the tick box is an additional option of the main content or action on the screen. 19 20- Do not start with a selected tick box to induce the enabling or disabling of a function. Otherwise, users may feel deception. 21 22 23## Resources 24 25For details about the development guide related to the tick box, see [Checkbox](../../application-dev/reference/arkui-ts/ts-basic-components-checkbox.md). 26