# Check Box Check boxes allow users to select one or more options from a list. A check box can be selected or deselected via click. ![check-box-backup](figures/check-box-backup.png) ## How to Use - Use check boxes for multi-choice pages. - Allow one or multiple options to be selected. - Show **None selected** if no option is selected. - Use check boxes rather than toggles for multiple selections. - Select or deselect a check box when the user touches an item. ## Resources For details about the development guide related to the check box, see [CheckboxGroup](../../application-dev/reference/arkui-ts/ts-basic-components-checkboxgroup.md).