5 Replies Latest reply on Mar 24, 2009 1:04 PM by julienc

    Help me please

    lgweb


      Hello, everyone I need help how to divide a selectManyCheckBox in two columns, it created with selectItems and I can not do this is to do with css?

      this my code,see:

      
      <h:panelGrid columns="2">
       <h:selectManyCheckbox value="#{veiculos.opcionais}"
       layout="pageDirection" styleClass="checkBox">
      
       <f:selectItems value="#{opcionais.opcionaisids}"/>
      
       <f:converter converterId="opcionalconversor" />
      
       </h:selectManyCheckbox>
       </h:panelGrid>