Forum Discussion
KateMackenzie
4 years agoCommunity Member
check boxes
Hi - is there a way to prevent a state of a check box being made "normal" again, once it's been selected? I'm using the selected state of all 5 of them as a trigger for the next button.
Maybe once all 5 are selected i put a clear shape over the top?
thanks!
- MathNotermans-9Community Member
Add a blocker on top of it. When triggered to 'select' also make that blocker visible. Now you cannot click it anymore.
- NejcZDCommunity Member
I would go with changing the state from selected to disabled. The trigger would be:
Change state of X to disabled when state of X is selected.