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

md-checkbox always on right side #500

Closed
nadavten opened this issue May 23, 2016 · 4 comments
Closed

md-checkbox always on right side #500

nadavten opened this issue May 23, 2016 · 4 comments

Comments

@nadavten
Copy link

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>
@jelbourn
Copy link
Member

You can use the align property to control where the checkbox renders relative to its label. It's not clear from your issue if that's what you're referring to. Please follow our issue template.

@nadavten
Copy link
Author

If you read my code you could see the 'align=start' attribute exists. Still
showing checkbox on the far right of the row.

On Tue, May 24, 2016, 01:39 Jeremy Elbourn notifications@github.com wrote:

You can use the align property to control where the checkbox renders
relative to its label. It's not clear from your issue if that's what you're
referring to. Please follow our issue template.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#500 (comment)

@mpschaeuble
Copy link

@nadavten Have you been able to solve this issue? I currently have the same problem...

andrewseguin pushed a commit to andrewseguin/components that referenced this issue Oct 15, 2018
…ngular#500)

Fixes the code sample tabs always showing a horizontal scrollbar for Windows users.
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants