I have a program below that I want to display when checkbox is checked and hide when unchecked. I created a Message Label for it but the thing is that when its unchecked, my messagelabel and message displays.... Pls is there a way I can hide the message without the message label disappearing too?
This is the code i have already.
CheckboxMsgLabel.Text = "All Members Receive a 10% Discount"
CheckboxMsgLabel.Visible = MembersbeneCheckBox.Checked