I want to write a code where on selection of one checkbox all other checkboxes grouped under selectManycheckbox are also selected.
<p:selectManyCheckbox id="inputSelectManyCheckbox" value="#{valueList}"
valueChangeListener="#{valueChangeMethod}" label="#{label}">
<p:ajax listener="#{actionListener}" />
</p:selectManyCheckbox>