Forum Discussion
TrevorWhite-Mil
10 years agoCommunity Member
Radio button and checkbox - reduce bounding box size
Hi, I'm trying to manually build an accurate simulation of online forms within a system which contains radio buttons, checkboxes etc. I can reproduce all the actions /responses I need with triggers...
WaltHamilton
10 years agoSuper Hero
By longstanding computer custom, only one of a group of radio buttons can be selected, while any number of checkboxes in a group can be selected. The nature of the selected state for a checkbox in SL2 is that if the user clicks it, it changes to the selected state, and if the user clicks again, it toggles back to normal state. If you have a state named "Selected", this behavior is hard-wired to that checkbox.
Writing your own triggers that mimic the built-in states can cause them to come into conflict, with results that are frequently interesting, but seldom useful or benign.
Related Content
- 2 years ago
- 6 months ago
- 2 months ago