-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Make it possible to align checkbox to the right #1290
Comments
I like it! Sorry we didn't get to this issue in time for beta.4. But there's always next Wednesday's beta! A PR would be welcomed. |
seems like ionic change checkbox style and right side checkbox buggy now |
@111crb111 if you replace
with
it doesn't work. |
Just what I needed! Thanks @fredgalvao :) |
This is supposed to work out-of-the-box on ionic now, since @adamdbradley / @ajoslin brought the codepen into native ionic css. If it's not working, it's a regression of some sort and it should be fixed or looked into, I guess. Anyways, you're welcome, @ryandraper ! |
should be documented http://ionicframework.com/docs/components/#checkbox |
docs? |
Doesn't seem to be working in Ionic 2.0.0-beta.24 with an |
I met the same problem, and found it works perfect by |
|
I found this worked for me: https://ionicframework.com/docs/api/components/item/Item/ Use an "item-end" Checkboxes, Radios and Toggles |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
I was able to achieve this with very little code change on codepen, and I think it's quite a nice addition to the checkbox feature having
item-checkbox-right
anditem-checkbox-left
just like pretty much everything list-wise.http://codepen.io/fredgalvao/pen/ctKwp
I could make a PR on the weekend if it's deemed necessary, but I think this is a pretty small change and could come into tomorrow's beta?
Looking forward to this.
The text was updated successfully, but these errors were encountered: