summaryrefslogtreecommitdiff
path: root/src/controls/Switch.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Switch.qml')
-rw-r--r--src/controls/Switch.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/controls/Switch.qml b/src/controls/Switch.qml
index 639610bf..f4ca3c34 100644
--- a/src/controls/Switch.qml
+++ b/src/controls/Switch.qml
@@ -49,7 +49,10 @@ import QtQuick.Controls.Private 1.0
\ingroup controls
\brief A switch.
- A Switch is an option button that can be switched on (checked) or off
+ \image switch.png
+ \caption On and Off states of a Switch.
+
+ A Switch is a toggle button that can be switched on (checked) or off
(unchecked). Switches are typically used to represent features in an
application that can be enabled or disabled without affecting others.