mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat(shared-filter-inputs-checkbox-input): add bulk toggle functionality for checkbox options Replace individual option iteration with new toggleAllCheckboxOptions method in FilterService. This improves performance and provides cleaner API for selecting/deselecting all checkbox options at once. Updates component logic to use the new bulk operation and fixes test expectations accordingly. Ref: #5231