Skip to content

md-checkbox always on right side #500

@nadavten

Description

@nadavten

md-checkbox always on the right side.

<md-list>
                <md-list-item *ngFor="let item of items | itemFilter:filter">
                    <md-checkbox align="start" [(ngModel)]="item.IsSelected"></md-checkbox>
                    <h3 md-line>{{item.Name}}</h3>
                </md-list-item>
            </md-list>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions