Skip to content

Instantly share code, notes, and snippets.

@kadams54
Created September 2, 2014 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kadams54/5e52c25281b364f97b8f to your computer and use it in GitHub Desktop.
Save kadams54/5e52c25281b364f97b8f to your computer and use it in GitHub Desktop.
<paper-radio-button class="blue" toggles="" role="radio" tabindex="0" aria-checked="false">
<div id="radioContainer" class="">
<div id="offRadio"></div>
<div id="onRadio" class=""></div>
<paper-ripple id="ink" class="circle recenteringTouch" checked="">
<canvas id="canvas" width="96px" height="96px"></canvas></paper-ripple>
</div>
<div id="radioLabel" aria-hidden="true" hidden=""></div>
</paper-radio-button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment