Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Two checkboxes with radio buttons behavior


1 reply to this topic

jan.barnet

jan.barnet
  • Full Members
  • 7 posts

Posted 06 May 2008 - 13:38

Please. I have two checkboxes in the same dialog and I want to uncheck the second one when the user checkes first one. Is any solution for this? I know it is possible when checkboxes are on the different dialogs, but when are on the same dialog?

I have:

CheckBox1 ( property A )
- [B] = {} when A="Yes"

CheckBox2 ( property B )
- [A] = {} when B="Yes"


Thank you

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 07 May 2008 - 16:19

Looks like radio buttons would be more appropriate.