resetting the SelectBoolean checkbox state
I have a checkbox. If I select the checkbox and submit the page, after reloading the page the checkbox is still in a checked state. How do I reset the checkbox.
<h:selectBooleanCheckbox id="select" binding="#{pmManagerUiBean.sel}" />
where sel is a property in managed bean of type UISelectBoolean, having getter and setter

