index.wxml 452 B

123456
  1. <wux-cell wux-class="wux-radio" thumb="{{ thumb }}" title="{{ title }}" label="{{ label }}" bind:click="radioChange">
  2. <label slot="footer">
  3. <radio value="{{ value }}" checked="{{ checked }}" color="{{ radioColor }}" disabled="{{ disabled }}" class="wux-radio__input" />
  4. <icon class="wux-radio__icon" type="success_no_circle" size="16" color="{{ !disabled ? radioColor : '#666' }}" hidden="{{ !checked }}" />
  5. </label>
  6. </wux-cell>