Skip to content

Instantly share code, notes, and snippets.

@designer-polymer
Created April 7, 2014 22:15
Show Gist options
  • Select an option

  • Save designer-polymer/10067569 to your computer and use it in GitHub Desktop.

Select an option

Save designer-polymer/10067569 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../paper-checkbox/paper-checkbox.html">
<style>
#paper_checkbox {
position: absolute;
left: 220px;
top: 110px;
}
#canvas {
overflow: hidden;
}
</style>
<paper-checkbox toggles="true" label="click me" id="paper_checkbox"></paper-checkbox>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment