Radio buttons should always belong to a group, so that things like the arrow keys work to select a different value, and so that accessibility tools can understand what’s going on with them.
In HTML, this means that grouped radio buttons need to share a name attribute.