Back to Paperless Ngx

Switch.Component

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

2.20.15271 B
Original Source

@if (!horizontal) { {{title}} @if (showUnsetNote && isUnset) { } @if (removable) { Remove } }

@if (horizontal) { {{title}} @if (showUnsetNote && isUnset) { } } @if (hint) { {{hint}} }

Note: value has not yet been set and will not apply until explicitly changed