I want to target more than one input through for.
something like
<label for="web-category,three-hundred-dollar" >Web design - $300</label>
<input name="category" type="radio" id="web-category" value="Web Design" class="hidden">
<input name="pkg" type="radio" id="three-hundred-dollar" value="$300" class="hidden">
IS this possible or any work around ?
Please provide any solution that revolves around this rather than going through back end and find pkg, or api or whatever like that