I use a little show and hide the logic.
I want to show the payment button, but only after the "package type" is selected.
I just can't get this to work.
My HTML code is as follows:
<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>
How can I check if this is selected?
Thanks in advance.
source
share