If you set multiple={false} on an s-choice-list you get the result shown below in chromium-based browsers. It seems like the component attempts to render the inputs as check boxes first, and then fails to render them at all. Removing multiple and relying on the component’s default of false works fine.
I can’t reproduce this one after a quick try. Can you share your code and stack info? Curious about which react version if you’re using react. Thanks
Also could not replicate, using React19. Sandbox here https://codesandbox.io/p/devbox/polaris-wc-react-template-forked-wqxgj7?workspaceId=ws_2hwbDQnoDWqZjgYjLNSEoC
Do you mind replicating this in a codesandbox and sharing it? Thanks.

