Clearing a Checkbox
- To: mathgroup at smc.vnet.net
- Subject: [mg125444] Clearing a Checkbox
- From: Scott Colwell <scolwell at uoguelph.ca>
- Date: Wed, 14 Mar 2012 00:38:18 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Suppose you have a checkbox as: {{Positive, False, "Positive View"}, {False, True}}, Once the checkbox has been checked, is there a way of creating another button that will clear the checkbox? Something like this.... Button["Clear", {Positive = False}]}] ...which seems logical, doesn't work.