Skip to main content
September 10, 2022
Question

How to display check box

  • September 10, 2022
  • 7 replies
  • 0 views

Hi,

How to show a checkbox like below

Thanks a lots

    7 replies

    harshitb6843
    September 10, 2022

    Using a checkbox field! If you want to make it in two-column, then you can add two checkbox fields and split the values to have the first half in the first one and the second half in the second one. 

    ojask2243Author
    September 11, 2022

    if I use two checkbox, how to save values into database?

    September 11, 2022

    You can save the checkboxes field value to separate local variables and use the joinarray function to save the data into DB.