I need help with implementing a show and hide function on my website.
My goal is to display a pay button only after a "package type" has been selected by the user.
Unfortunately, I am having trouble getting this feature to work properly.
This is the HTML code that I am using...
<label class="checkbox inline">
<img src="http://local.halo-smart/assets/img/icons/icon-package-one.png">
<input type="radio" title="69" value="package1" name="bikes[]1"
class="radio-price">
</label>
Can someone please advise me on how to validate if this option has been selected?
Thank you in advance for your assistance.