1# Check Box 2 3 4Check boxes allow users to select one or more options from a list. A check box can be selected or deselected via click. 5 6 7 8 9 10## How to Use 11 12- Use check boxes for multi-choice pages. 13 14- Allow one or multiple options to be selected. 15 16- Show **None selected** if no option is selected. 17 18- Use check boxes rather than toggles for multiple selections. 19 20- Select or deselect a check box when the user touches an item. 21 22 23## Resources 24 25For details about the development guide related to the check box, see [CheckboxGroup](../../application-dev/reference/arkui-ts/ts-basic-components-checkboxgroup.md). 26