Initializing a boolean formcontrol as null with formbuilder
I’m trying to use a radio button to get a boolean value from a user. The value should default to null, as the user hasn’t answered anything yet. Here is the current implementation that works, but is ugly.