index.wxml 403 B

123
  1. <wux-cell wux-class="{{ classes.cell }}" prefixCls="{{ cellPrefixCls }}" thumb="{{ thumb }}" title="{{ title }}" label="{{ label }}">
  2. <wux-selectable slot="footer" wux-class="{{ classes.selectable }}" prefixCls="{{ selectablePrefixCls }}" type="radio" value="{{ value }}" checked="{{ inputChecked }}" color="{{ color }}" disabled="{{ disabled }}" controlled bind:change="radioChange" />
  3. </wux-cell>