Untitled

 avatar
unknown
html
2 years ago
267 B
16
Indexable
{{#each this.dateOptions as |option|}}
  <RadioButton @name="dateRange" @groupValue={{readonly this.selection}} @value={{option.value}} @changed={{action "setSelection"}} @radioClass={{this.radioClass}}>
    <span>{{option.text}}</span>
  </RadioButton>
{{/each}}
Editor is loading...