How can I get values from check boxes by clicking the radio button?
I have three check boxes:
- upc
- price
- sku
I have one radio button "selected check boxes". When I click the radio button I want the values of selected check boxes.
How can I do that?