@switch(control.type){ @case("SELECT"){ @for (button of _buttons; track button) { } } @case("RADIO"){ @for (button of _buttons; track button) { {{ button.name }} @if (button.description) { {{ button.description }} } } } }
@if (button.icon) { } {{button.name}}