I made a program that has a checkbox and a textbox. If the user checks the checkbox then the textbox displays "you checked the checkbox." If the user unchecks the checkbox the textbox displays "you unchecked the textbox."
Is it possible to do the same thing with bindings? How?