p:selectBooleanCheckbox in a dialog can not be checked in IE11

49 Views Asked by At

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>
1

There are 1 best solutions below

0
On