[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RadioButton.Value
[Thread Prev] | [Thread Next]
- Subject: Re: RadioButton.Value
- From: valaquarus <valaquarus@xxxxxxxxx>
- Date: Wed, 23 Sep 2026 15:55:11 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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>
| RadioButton.Value | valaquarus <valaquarus@xxxxxxxxx> |
| Re: RadioButton.Value | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |