index.wxml 355 B

12345678
  1. <view class="i-class i-radio" catchtap="radioChange">
  2. <i-cell i-class="i-radio-cell">
  3. <label>
  4. <radio value="{{value}}" checked="{{checked}}" color="{{checked?color:''}}" disabled="{{disabled}}" class="i-radio-radio {{positionCls}}" />
  5. <view class="i-radio-title">{{value}}</view>
  6. </label>
  7. </i-cell>
  8. </view>