Complete just one of the following
1. Build a form like the one in the ppt presentation for this week with radiobuttons, checkbox and 2 pictureboxes. Each picture box’s visibility toggles when it is clicked. The radiobuttons might control color of displayed text, as in my example, or font setting, or something else. Checkbox controls whether text (in label) is displayed.
2. Complete the flags of the world project from this week’s ppt, or a similar application. You should have multiple radiobuttons, a label with the name of the displayed flag, and many images, but JUST ONE PICTUREBOX. It is trickier that choice#1 because you must figure out a way to swap the displayed image in the single available picturebox. Hint: You need to use a class field variable to hold the name of the current flag.