Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
12345678 |
- <view class="i-class i-radio" catchtap="radioChange">
- <i-cell i-class="i-radio-cell">
- <label>
- <radio value="{{value}}" checked="{{checked}}" color="{{checked?color:''}}" disabled="{{disabled}}" class="i-radio-radio {{positionCls}}" />
- <view class="i-radio-title">{{value}}</view>
- </label>
- </i-cell>
- </view>
|