<div class="center horizontal layout">
<iron-label>
paper radio button
<paper-radio-button noink iron-label-target>Radio</paper-radio-button>
</iron-label>
</div>
Clicking on text paper radio button
not forwarding clicks to the radio button but the documentation says: All taps on the iron-label
will be forwarded to the "target" element.
It's working in this JS Bin for me.
https://jsbin.com/juzewi/edit?html,console,output