@pratikbionic wrote:
Hello Developer
I need array should be updated while check or uncheck in ion-checkbox by pressing checkbox entire array should be change attendance value means if checked it should be attendance : “P” While unchecked it should be “A”. in entire array.
“attendance”: [
{
“id”: “3”,
“attendance”: “P”
},
{
“id”: “6”,
“attendance”: “A”
}]
}
Posts: 2
Participants: 2