Files
polymer/workbench/togglebutton.html

19 lines
527 B
HTML
Raw Normal View History

2012-10-12 15:39:17 -07:00
<!--
Copyright 2012 The Toolkitchen Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
-->
<!DOCTYPE html>
<html>
<head>
<title>Toggle Button</title>
<script src="../../polyfills/Components/components-polyfill.js" shadow="shim"></script>
2012-10-12 15:39:17 -07:00
<link rel="components" href="../../toolkit/src/g-togglebutton.html">
</head>
<body>
<g-togglebutton value="true"></g-togglebutton>
<br>
<g-togglebutton value="false"></g-togglebutton>
</body>
</html>