$('.toggle').addClass('change_button').removeClass('toggle');
$(this).removeClass('change_button').addClass('toggle');
i have provided the demo of complete code below in the first comment.
i have 2 sets of buttons
1st set
1.Lite
2.Medium
3.Heavy
Demo: Fiddle
2nd set
1.Yes
2.No
what i want is those sets must act as radio buttons like demo provided below in the first comment
instead of radio buttons i have here block buttons and when the button is selected i want to change bagraund color