From c8aabbf5aa1c56d2d5a8f3ab5fa9702469ca5f04 Mon Sep 17 00:00:00 2001 From: Bryan Ollendyke Date: Mon, 7 Aug 2017 13:48:04 -0400 Subject: [PATCH] Add property label to improve application binding --- paper-toggle-button.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/paper-toggle-button.html b/paper-toggle-button.html index e5540e1..f60e7a7 100644 --- a/paper-toggle-button.html +++ b/paper-toggle-button.html @@ -197,7 +197,7 @@
-
+
[[label]]
@@ -216,6 +216,13 @@ }, properties: { + /** + * Provide a label + */ + label: { + type: String, + reflectToAttribute: true + }, /** * Fired when the checked state changes due to user interaction. *