Checkbox element - render as Yes | No

jo-ka

Member
Hello.

I have a checkbox element, which I'll need to populate with Eval from another list, as the options may change in the future.

So, the element is like this:

upload_2019-11-15_9-8-3.png
Is there a way for the checkboxes to render as a Yes|No element?

upload_2019-11-15_9-8-56.png

I know I can create multiple Yes | No elements, for each option available, but that would be hard to maintain.

Thanks in advance.
 
Hi,
The yes/no button group appearance is based on a radio button with Bootstrap JS and CSS. It's certainly not impossible to apply this to checkboxes as well, but you'd be left with working out the details and modifying this yourself.

I haven't looked closer there, but here you might find some more inspiration and similar/other solutions: https://codemyui.com/?s=checkbox
 
Thanks for the inputs. But, where in deed can I change the element CSS?

If I change in the theme, I'll have all the website checkboxes changed, right?
 
You can copy your form template and use the copied template only for the form where you need the styled checkboxes. And then add the CSS code to your copied form template "custom.css" file.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top