p:selectBooleanCheckbox in a dialog can not be checked in IE11. But it can be checked when drag-click.
<p:dialog id="myDialog" widgetVar="_myDialog" header="dialog" closeOnEscape="true" resizable="false" closable="true" width="600">
<p:selectBooleanCheckbox value="a" itemLabel="Basic" />
</p:dialog>