Display a Combo Box as Radio Button

Is it possible to display a Combo Box (List Box) in the WebUI as Radio Button ? 

Parents Reply
  • Would checkboxes work for your use case?

    By way of example, a use case I have dealt with lately is Office 365 additional licenses so things like Project, Visio etc.

    I added a checkbox for each of these to a tab in user properties so they be easily turned "on" or "off"

    You get the checkboxes by creating a series of stored Boolean virtual attributes for each item and adding that to the web UI.

    Here's how it looks in the Web UI (the annotations containing the virtual attribute names are obviously not there in the actual UI)

Children