grouping checkboxes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rahuls2930
    New Member
    • Apr 2007
    • 4

    grouping checkboxes

    i have 2 checkboxes and i want to check a single one
    how could i group these checkboxes
    is there any property for checkbox like groupname for radiobutton
  • yousefla
    New Member
    • Mar 2007
    • 10

    #2
    You will have to do it manually. Catch the Checked events of each box and set the other one based on the value.

    But isn't that what Radio Buttons are for? Why reinvent the wheel?

    Comment

    Working...