JSF tag to create a checkbox group.
The <h:selectManyCheckbox>
is a JSF UI component which generates a bunch of HTML <input type="checkbox">
elements which allows you to bind the checked values to a managed bean property of collection or array type.