Closed
Dropdown with inner checkbox
need help creating a dropdown with inner check box list.
***Edited by Moderator: Pooja Gadige to add capability tag***
To see attachments, please log in.
@MaorS204 Pega Out of the Box it is not supported. If your requirement is to support multiple selections in the drop down then go for the MultiSelect option which allows the user to select more than one option from the dropdown.
If the requirement is to have checkbox inside the Dropdown selection then you have write the custom JS code to achieve it.