blob: 3003a75409d74b20a82389e047d7d1d8cf98cc7a [file] [log] [blame]
<style>
cr-radio-group {
width: 100%;
}
</style>
<cr-radio-group selected="[[selected]]"
on-selected-changed="onSelectedChanged_"
aria-label$="[[groupAriaLabel]]"
selectable-elements="[[selectableElements]]">
<slot></slot>
</cr-radio-group>