Let's say I have name (text), description (nullable, text)
I insert something in text, and then I tab and insert text in description. The radio button doesn't get selected on the tab. That means that the actual value that gets inserted is NULL for description and not the text I tried to type.