JSF tag to create a single checkbox.
The <h:selectBooleanCheckbox> is a JSF UI component which generates a <input type="checkbox"> element which allows you to bind the checked value to a managed bean property of boolean type.
JSF tag to create a single checkbox.
The <h:selectBooleanCheckbox> is a JSF UI component which generates a <input type="checkbox"> element which allows you to bind the checked value to a managed bean property of boolean type.