I'm writing a menu for one of our builders. One of the sections will hold Community Specific Requirements. I want to make this section of the menu a place to check off requirements as they're met. For example... [code][High Efficiency Furnace - No Flues]$P13.105=!.[/code] Puts the checkmark next to that label, the user now knows that requirement has been met. But what if the user selected that one on accident? How do you evaluate wether a menu label has a checkmark next to it or not? At the bottom of that cascade, there is a "Reset all Requirements" label that will clear each requirement, but I also want to be able to just pick a requirement to toggle the checkmark on and off. Anyone know?