C端小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

9 satır
370 B

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