From 17e199b371aa21e509dacf68f09b047eabf3d3b7 Mon Sep 17 00:00:00 2001 From: Milho001 <l.milhomemfrancochristino@uu.nl> Date: Tue, 17 Sep 2024 08:03:43 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Samed <sbalcioglu@graphpolaris.com> --- libs/shared/lib/components/inputs/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/shared/lib/components/inputs/index.tsx b/libs/shared/lib/components/inputs/index.tsx index e421f06f5..aa098a0e7 100644 --- a/libs/shared/lib/components/inputs/index.tsx +++ b/libs/shared/lib/components/inputs/index.tsx @@ -445,6 +445,7 @@ export const BooleanInput = ({ label, value, onChange, tooltip, info, size, requ } }} className="checkbox checkbox-xs" + aria-label={`Toggle ${label}`} /> </TooltipTrigger> {tooltip && <TooltipContent>{tooltip}</TooltipContent>} -- GitLab