Skip to main content

Toggle Checkboxes with counts

Comments

4 comments

  • Official comment
    Megan Ellis

    This can be done with a simple rule like this:

                    Checked.value = Checkbox1.value.length + Checkbox2.value.length + Checkbox3.value.length;

    and the form will automatically increment and decrement in real time based on the number of checked items, like this: 

  • Allan Collier

    Thank you!  I will give it a whirl!!! :)

    0
  • Allan Collier

    Ok, I was over thinking it... plus it explain how the engine works... each time there is an event, things are recalculated.  I was thinking that i needed a decrement built in... but it just runs a rule... Thank you!  Worked like a charm :)

    0
  • Megan Ellis

    Glad that helped!

    0

Please sign in to leave a comment.