How can I implement not only one but multi setting toggles? – Shopify
I use Shopify Polaris's setting toggle.https://polaris.shopify.com/components/actions/setting-toggle#navigation And I want to implement not only one but multi setting toggles.But I don't want to always duplicate same handleToggle() and values(contentStatus, textStatus) like below the sandbox A,B,C... import React, { useCallback, useState }…