Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing the redudancy in the file. Use is described above the text. #3790

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@ Multiple select lists allow users to select one or more options from a list, wit

<img src="./img/selectlist-multi.png" alt="Example of multiple select list" width="585"/>

### When to use checkbox select versus multiple select
Both the checkbox select and multiple select lists allow users to select multiple options from a list. However, there are some points to take into consideration when deciding which one to use.


<img src="./img/suggested-checkbox.png" alt="Example for using a checkbox select" />


<img src="./img/suggested-multiselect.png" alt="Example for using a multiple select inside a form" width="518"/>

## Variations

### Select list with typeahead
Expand Down