Google News
logo
Java PrimeFaces - Interview Questions
How to implement the PrimeFaces selectManyCheckbox component in JSF?
It is used to select multiple values from given options. It is useful when we want to take multiple user inputs from a collection. We can use <p:selectManyCheckbox> component to create SelectManyCheckbox in JSF application.
Advertisement