Back to Kavita

Setting Multi Check Box.Component

UI/Web/src/app/settings/_components/setting-multi-check-box/setting-multi-check-box.component.html

0.9.0467 B
Original Source

{{title()}}

@if (tooltip(); as tooltipValue) { {{tooltipValue}} } @if (warning(); as warningValue) { {{warningValue}} } @if (!isLoading() && options().length > 0) { 0 && !allSelected()" [checked]="allSelected()" [disabled]="disabled()" > {{ allSelected() ? t('deselect-all') : t('select-all')}} }

@for (opt of options(); track opt.value; let index = $index) { - {{opt.label}} @if (opt.colour) { @let c = opt.colour; } } @empty { - {{t('no-data')}} }