Back to Paperless Ngx

Check.Component

src-ui/src/app/components/common/input/check/check.component.html

2.20.15121 B
Original Source

@if (horizontal) { {{title}} @if (removable) { Remove } }

@if (!horizontal) { {{title}} } @if (hint) { {{hint}} }