mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-26 22:06:41 -06:00
9 lines
277 B
HTML
9 lines
277 B
HTML
<template name="ionRadio">
|
|
<label class="item item-radio">
|
|
<input {{inputAttrs}}>
|
|
<div class="item-content disable-pointer-events">
|
|
{{> UI.contentBlock}}
|
|
</div>
|
|
<i class="radio-icon disable-pointer-events icon ion-checkmark"></i>
|
|
</label>
|
|
</template>
|