views:

35

answers:

1

Hi,

Is it possible a radio buttons group to have the functionality like checkboxes? (possible jQuery solutions)

Thanks

A: 

Radio buttons that contain the same name value will be mutually-exclusive. If they all have separate name values you could play with the onclick event to set their state.

Neil