--- In [email protected], Dave Glasser <dglas...@...> wrote:
>
> It seems like it should be simple, but it's a nightmare.
> 
> I'm using Flex 3.3.
> 
> The items in my dataProvider have a Boolean property. I want only 1 item to 
> have this property set to true, and all others set to false. So I use a 
> RadioButton as the renderer and editor. Although the items initially only 
> have 1 with the property set to true, all of the radio buttons initially 
> appear as false. When I select one, the currently selected one deselects, as 
> you would expect, but the setter on my item is never called.
> 
> When I use a CheckBox instead of a RadioButton, it works as expected, without 
> the exclusivity. I would be happy if I could get the RadioButton to behave 
> like a checkbox, and implement the exclusivity myself, but that's been an 
> exercise in futility.
> 
> Is what I'm trying to do possible? Am I missing something?
>

What logic are you using to "transfer" the value of the RadioButtonGroup to the 
appropriate properties?

Amy

Reply via email to