Display a message when an checkbox is selected
I have created 5 checkboxes where when checkbox1 is selected a message1 should be displayed and if checkbox2 selected then message2 be displayed and so on. I have tried to achieve this using rich textbox as message and show/hide using UI policy but i...