2019-06-28 UTC
# [Jamey_Sharp] I was using hidden radio buttons and `<label for>` to handle the interactivity but I _also_ need to change which page is loaded in an `iframe`. I handled that by loading _all_ the pages in separate iframes and using CSS to make only one of them visible, but then browsers want to load all those pages ASAP, which is Not Ideal