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>
Update the last version of jquery.ui.touch-punch.js, it works in IE11. https://github.com/primefaces/primefaces/blob/master/src/main/resources/META-INF/resources/primefaces/jquery/jquery.ui.touch-punch.js