Hi,
Is it possible a radio buttons group to have the functionality like checkboxes? (possible jQuery solutions)
Thanks
Hi,
Is it possible a radio buttons group to have the functionality like checkboxes? (possible jQuery solutions)
Thanks
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.