Back to Super Productivity

Select Option Row.Component

src/app/ui/select-option-row/select-option-row.component.html

18.9.1214 B
Original Source

@if (showCheckbox()) { {{ isSelected() ? 'check_box' : 'check_box_outline_blank' }} } @if (isEmoji()) { {{ effectiveIcon() }} } @else { {{ effectiveIcon() }} } {{ title() }} @if (folderPath(); as f) { {{ f }} }