You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- <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>
 
 
  |