An input value whose value us controlled by React.
Generally speaking we should wait until th user is done with the form so its a smoother user experience. Although there may be circumstances where one answer can help answers later in the form.
You can add a name attritbute to the element
It is less code to write.
x===y ? ‘True’ : ‘False’;