Properties
Similar Topics
Statistics
Comments
1
Participants
2
Subscribers
27
Votes
1
Views
654
Share

How do I toggle three objects , showing two at a time with a boolean?
Answered
Suppose I have three lines l,m,n and two checkboxes using boolean a and b. I want to hide say l and m when a unchecked and hide l and n when checkbox b unchecked but a checked. Both checked will show all objects, lines.
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
If I get it right
- l is shonw if a and b are checked (condition to type a && b )
- m is shown i a is checked (condition to type a )
- n is shown if b is checked (condition to type b )
I think this works in the file added
chris
If I get it right
- l is shonw if a and b are checked (condition to type a && b )
- m is shown i a is checked (condition to type a )
- n is shown if b is checked (condition to type b )
I think this works in the file added
chris
Comments have been locked on this page!