I need help with the checkbox .changed status I want to set the checkmark visible to true or false. The app will add 1 when I check the checkbox with 1 value and when I choose 0 value it will substrate 1 from sum.
initialize screen- all checkboxes checked false
sum=0
1 (chechbox2) checked =true
sum =1
1 (checkbox4)=check
sum=2
when
0 (checkbox1) Checked = true
set
1(Checkbox2).Checked ((mark)) to false
then
sum=1
What are you hoping to achieve ? If we can understand this, it may be easier to help you find a solution. Explain what all the checkboxes are for, why checking a box adds or subtracts form the count/sum, why one checkbox cancels another, etc.
in my mind it's easy when I press the 1 (checkbox2,checkbox4checkbox6) of the sum list it will add 1, when I check 0 (checkboxes1,checkboxes3,checkboxes5,) it will substrate 1 from the sum and uncheck the 1box from the same row...