I'm building a prototype with some variables for a kind of shopping cart for a B2B product.
The flow is for a given proposal, customer could select several products and proceed for the next step.
I setup the checkboxes to select/unselect products, also added variables to show number of products to be ordered + total price.
The problem is, when I click on the checkbox the tick remains there, and it shouldn't because I prototype the checkbox interactions on the design system.
Does anyone can help?