[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RadioButton.Value


Le mercredi 23 septembre 2026 à 13:58 +0200, Claus Dietrich a écrit :
> A RadioButton is only used within a group of radio buttons and only
> one 
> RadioButton among them can be true at a time. If you try to set the 
> value of a true RadioButton to false the system wouldn't know which 
> button within the group shall set to true instead. So your
> observation 
> is not surprising.
> 
> Did you actually want to have a function as provided by the CheckBox
> ?
> 
> Regards
> 
> Claus

Thank you Claus,
I didn't remember the comporment by defaut of the radiobutton.

Yes, in fact that's exactly the behavior of a checkbox that I want to
achieve, since I only have one radio button; it's always set to True.

-- 
valaquarus <valaquarus@xxxxxxxxx>

References:
RadioButton.Valuevalaquarus <valaquarus@xxxxxxxxx>
Re: RadioButton.ValueClaus Dietrich <claus.dietrich@xxxxxxxxxx>