For some reason whatever I do the label here refuses to be on one line, here is my code:
<v-container class="px-3">
<v-layout justify-center>
<v-flex xs12 sm10>
<v-layout align-center justify-start>
<v-flex lg3>
<v-switch v-model="displayAllUsers"
@click.native.stop
color="primary"
:label="'All users'"
@change="toggleAllUsers()"
></v-switch>
</v-flex>
</v-layout>
</v-flex>
</v-layout>
</v-container>
Also attached is a pic of what it looks like.

Vuetify 1.5.14, using SVG Icons which might be related to this