blob: 12f60814b433f2daf946a335aefd2560129a3658 [file] [log] [blame]
<link rel="import" href="../../html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
<link rel="import" href="../hidden_style_css.html">
<link rel="import" href="../shared_vars_css.html">
<link rel="import" href="cr_radio_button_behavior.html">
<link rel="import" href="cr_radio_button_style_css.html">
<dom-module id="cr-radio-button">
<template>
<style include="cr-radio-button-style cr-hidden-style"></style>
<div class="disc-wrapper">
<div class="disc-border"></div>
<div class="disc"></div>
</div>
<div id="labelWrapper">
<span id="label" hidden$="[[!label]]">[[label]]</span>
<slot></slot>
</div>
</template>
<script src="cr_radio_button.js"></script>
</dom-module>