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>
|
2012-10-22 12:19:51 -07:00
|
|
|
<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>
|