CheckBox « Seam « JSF Q&A





1. JSF/SEAM: How to pre-select checkboxes in a form    stackoverflow.com

I have a form where i have to preselect some checkboxes. How is that possible with jsf/seam? In plain html you would just add the "checked" (or checked="checked") as attribute to ...