---
title: Labels
page_title: Labels - Switch - Kendo UI for Vue
description: "Set the labels of the Kendo UI Switch wrapper for Vue."
slug: labels_switch_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/inputs/switch/labels/"
position: 3
---

<div><WrapperBanner link="/kendo-vue-ui/components/inputs/switch/labels/"></WrapperBanner></div>    

# Labels

The Switch enables you to control the title of its labels.

You can use the labels for displaying additional information about the active or inactive options. To set the behavior of the labels, use the `messages` prop which defines the text of the `checked` and `unchecked` labels. All labels support localization. 

{% meta height:100 %}
{% embed_file switch/labels/main.vue preview %}
{% embed_file switch/labels/main.js %}
{% endmeta %}

## Suggested Links

* [Kendo UI Switch for jQuery](https://docs.telerik.com/kendo-ui/controls/editors/switch/overview)
* [API Reference of the Switch Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/switch)
