BPM, Workflow, and Case

BPM, Workflow, and Case

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Check box group - Vertical to horizontal

    Posted Thu April 13, 2023 04:47 PM

    Hi!

    I'm having problems switching the default checkbox group vertical list to a horizontal list type. Can someone kindly help me with this?

    Please use the photographs as a reference.


    From:
     
    To:


    Thanks in advance.



    ------------------------------
    Chakradhar Simhadri
    ------------------------------


  • 2.  RE: Check box group - Vertical to horizontal
    Best Answer

    Posted Fri April 14, 2023 12:28 PM

    Hi Chakradhar,

    It does not appear that IBM provides an "out of the box" configuration for what you're looking for. However, this is achievable using the CSS property "display: flex;" on the parent of the checkbox div's. The nice thing about this solution is that flex formatting is confined to the parent/child elements so you don't need to worry about it affecting other parts of the coach if you address the container div properly. You'll notice in the screenshot below that the flex display does not apply to the label the way you had it in your example, but I believe all you'll need to do is display flex on the container above the label as well.



    ------------------------------
    Rex Townsend
    Salient Process
    ------------------------------



  • 3.  RE: Check box group - Vertical to horizontal

    Posted Mon April 24, 2023 03:26 AM

    Hi Rex Townsend,

    Thanks for your detail. I got the output by following your suggestion.



    ------------------------------
    Chakradhar Simhadri
    ------------------------------