npcole / npyscreen

Automatically exported from code.google.com/p/npyscreen
Other
479 stars 109 forks source link

Fix for FormControlCheckbox updateDependents (support multiple parents) #123

Open bladedoyle opened 2 years ago

bladedoyle commented 2 years ago

Support dependents with multiple FormControlCheckbox parents - A dependent should be visible only when all parents agree Add "set_value()" method Add self.updateDependents() call to display() method so children are also updated and displayed