From 868de3af18e5662b96b2b0691781aa5f621f6788 Mon Sep 17 00:00:00 2001 From: Jeff Jacobson Date: Thu, 16 Jan 2025 13:53:41 -0800 Subject: [PATCH] =?UTF-8?q?feat:=20use=20=E2=98=91=EF=B8=8F=20rather=20tha?= =?UTF-8?q?n=20=F0=9F=91=81=EF=B8=8F=20for=20layer=20list=20item=20toggle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #74563 --- src/widgets/LayerList.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/widgets/LayerList.ts b/src/widgets/LayerList.ts index 014ed19c..8df5ecc5 100644 --- a/src/widgets/LayerList.ts +++ b/src/widgets/LayerList.ts @@ -41,8 +41,9 @@ export async function setupLayerList( Required>, ) { const { default: LayerList } = await import("@arcgis/core/widgets/LayerList"); - const defaultLLProperties = { + const defaultLLProperties: __esri.LayerListProperties = { listItemCreatedFunction: setupLayerListItems, + visibilityAppearance: "checkbox", visibleElements: { errors: true, statusIndicators: true,