Skip to content

SEO-185133-Angular-Dropdown-List #363

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

Open
wants to merge 1 commit into
base: hotfix/hotfix-v26.1.35
Choose a base branch
from
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions angular/DropDownList/Checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class DropDownListComponent {

{% endhighlight %}

![Angular DropDownList Checkbox](Checkbox_images/Checkbox_img1.png)
![Angular DropDownList checkbox.](checkbox_images/angular-dropdown-list-checkbox.png)

N> if you want to showcase the DropDownList with default checked items on data binding, specify selected field with Boolean values.

Expand Down Expand Up @@ -75,7 +75,7 @@ export class DropDownListComponent {

{% endhighlight %}

![Angular DropDownList](Checkbox_images/Checkbox_img2.png)
![Angular DropDownList selection modes.](checkbox_images/angular-dropdown-list-selection-modes.png)

## Selection Modes

Expand Down Expand Up @@ -124,7 +124,7 @@ export class DropDownListComponent {

{% endhighlight %}

![Angular DropDownList Delimiter](Checkbox_images/Checkbox_img3.png)
![Angular DropDownList delimiter.](checkbox_images/angular-dropdown-list-delimiter.png)

### Visual Mode

Expand Down Expand Up @@ -162,7 +162,7 @@ export class DropDownListComponent {

{% endhighlight %}

![Angular DropDownList Visual Mode](Checkbox_images/Checkbox_img4.png)
![Angular DropDownList visual mode.](checkbox_images/angular-dropdown-list-visual-mode.png)

## Check/Uncheck All

Expand Down