• Resolved idaryl

    (@idaryl)


    On a form where checkboxes and radios are shown, how to make the label for each item active, so the user can click on the label, as well as the box or button to activate the selection?

    Is it some kind of css thing?

    • This topic was modified 4 years, 6 months ago by idaryl.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ethan Choi

    (@ethanchoi)

    Hi @idaryl,

    You can add the HTML for creating a link directly to your Checkboxes or Multiple Choice labels.

    Here’s an example of the field option label with HTML

    <a href="https://example.com">First Choice</a>

    Here’s a screenshot of how it looks in the form builder.

    Hope this helps!

    Thread Starter idaryl

    (@idaryl)

    That looks like it would work for an external link – but, dynamically?

    For example choices? like red or gold? – or sizes, large small medium….

    These type dont have a html markup, not that I know of.

    Maybe theres a way to have any label (if applied) part of the surrounding url markup of a button or checkbox?

    Plugin Support Ethan Choi

    (@ethanchoi)

    Hi @idaryl,

    Thanks for clarifying!

    In this case you can consider using the image choices feature that is available within the form builder.

    Alternatively, you can use custom CSS as described in our tutorial.

    And in case it helps, here’s a tutorial from WPBeginner on how to add custom CSS like this to your site.

    Hope this helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkbox, Radio Labels Active’ is closed to new replies.