public class InputSwitchRenderer extends org.primefaces.component.inputswitch.InputSwitchRenderer {
@Override
public void encodeEnd(FacesContext context, UIComponent component) throws IOException {
InputSwitch inputSwitch = (InputSwitch) component;
encodeMarkup(context, inputSwitch);
encodeScript(context, inputSwitch);
}