Table of Contents |
---|
Description
ONGOING
Checkboxes are used for a list of options where the user may select multiple options, including all, some or none.
...
For each if the modes, you can find the different states below:
...
Interaction
Clicking a checkbox toggles between the states ‘checked' and ‘unchecked’.
For checkboxes in partially selected state, clicking them will move them to the “checked” state and check all of the sub checkboxes. An additional click will uncheck to master checkbox and all its sub checkboxes.
Within a group of checkboxes, each checkbox can be checked or unchecked. The user can check multiple options.
Users should be able to select the checkbox by clicking on the box directly or by clicking on its label.
...