From 2bf08b2bbec54dbbe96479607f77f0863aa34862 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Wed, 9 Sep 2026 03:28:05 +0200 Subject: [PATCH] Fix to use secondary outline toggle in multi-select lists --- ui-lib.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui-lib.pl b/ui-lib.pl index 7253c35f1..767c91f18 100755 --- a/ui-lib.pl +++ b/ui-lib.pl @@ -6000,6 +6000,8 @@ if ($children) { 'value' => defined($children->{'value'}) ? $children->{'value'} : 1, 'checked' => $folded, + 'state' => 'primary', + 'outline' => 1, 'label' => $children->{'label'}, 'label_html' => $children->{'label_html'}, 'attrs' => { 'data-ui-multi-action' => 'children' },