I'm trying to build a gwt bootstrap form with some boolean values. As they are multiple selectable its usually checkboxes. That works.
But I find checkboxes ugly and would prefer another look and feel, for example buttongroup with togglebuttons.
Buttongroup don't work in a form, I think because they are no form elements.
What are my options? How can I realize a number of boolean form elements nicely?
Regards Markus