2 Replies Latest reply on Sep 29, 2008 9:31 AM by ilya_shaikovsky

    How to add checkbox or radio button inside menuitem of DropD

      Hi All

      I want to add the checkbox inside the menuIem its showing on UI but I am not able to click on checkbox here is the code

      <rich:toolBar>

      <rich:dropDownMenu>

      <rich:menuItem submitMode="ajax" value="New">
      <h:selectBooleanCheckbox id="checkbox" title="click it to select or deselect"/>
      </rich:menuItem>

      </rich:dropDownMenu>

      </rich:toolBar>



      I want to add radio button also to menuItem.

      Is there any way to do this?

      Any thoughts?