Is there a way to change the default md-switch position on the left of the text/label to be on the right side instead?
@Lordnoname previously submitted a PR, which adds this functionality (#8205)
Hi @DevVersion how do I use that attribute, I added md-invert to the md-switch but did nothing.
@jsantana90 It's not available (yet). The PR was closed due to our deprecation efforts.
@DevVersion - what is the PR # ?
@ThomasBurleson The associated PR is #8205
Use following css for md-check element
direction: rtl;
float: left;
Would be great to support this via class="md-secondary"
This was implemented in 1.1.2.
Most helpful comment
Use following css for md-check element