Back to Peertube

Select Radio.Component

client/src/app/shared/shared-forms/select/select-radio.component.html

8.1.5239 B
Original Source

@if (label()) { {{ label() }} } @if (isGroup()) { @for (item of items(); track item.id) { {{ item.label }} } } @else { @for (item of items(); track item.id) { {{ item.label }} @if (item.description) { {{ item.description}} } } }