This is a Drupal Forms question.
I am working on a UI that dynamically creates rows of 3 radio buttons based on a selected date. The problem I am having is that if I make some selections of the radio buttons and choose another date to get another set of radio buttons, the radios that were in the first list maintain their selected status and ignore the '#default_value' attribute.
What I want is when a new date is selected is that all the dynamically created radios to be unselected. The only way i can think of now is to create some unique key to use in the radios name for each set of radios.