Google News
logo
Java PrimeFaces - Interview Questions
How to implement the PrimeFaces inputSwitch component in JSF?
It is used to take a boolean value as an input from the user. It is a button which toggles ON or OFF. We can create it by using <p:inputSwitch> component.
Advertisement