I’m wondering if there is a built it way to just have a single checkbox with its label beside it, such as this:
<form>
<label for="field5">
<input type="checkbox" id="field5" name="field5" value="yes"> I am a checkbox.
</label>
</form>
I know I can manually add the field and attach it to a hidden field via JavaScript but before I do that, I thought I’d ask if we can do this natively in Gravity Forms.
Thank you!