Happy Thursday!
I added 2 Checkbox controls inside the TypeOfPerson field data card. Trying to figure out to display the value of the checkbox on both Display Mode = View | Display Mode = Edit
TypeOfPErson is a Column Type = Choice in SharePoint
Hope i explain myself clearly
[![enter image description here][1]][1]
If you can only choose one of two options, then you'll either want a dropdown or a radio.
Radio is probably better in this instance as you have only two choices. If the number of choices grows then go to a dropdown.
For the display screen why not just use a label to display the name of the option selected.