I'm building an interface in Jupyter Notebook, and for one of the questions being asked (there is a VBox consisting of a Label with the value being the name of the question), users should only be able to select one of the choices. Since I am asking multiple questions, and some of the questions allow multiple answers, I am using a checkbox because I do not know how to make the vertical radio buttons have consistent spacing with the other checkboxes.
this image gives an idea of what the layout looks like.