I have an array with key and values which I want to show in a list with on/off switch.
{
"cCode1": "Unique code",
"cCode2": "Brand Code",
"cCode3": "Pattern Code",
"cCode4": "Assortment Code",
"cCode5": "Size Code",
"cCode6": "COLOR Code",
"cName1": "UniqueCode Name",
"cName2": "Brand NAme",
"cName3": "Pattern Name",
"cName4": "Assortment Name",
"cName5": "Size Name",
"cName6": "COLOR Name",
}
This is something I want to achieve, also how to handle switch state.
