Getting checkbox in Editor
Getting checkbox in Editor
I have a column of data 1,2,3 and each of the number represent different equipment. I would like to show the equipment in a list of checkboxes when user create a new record. How can I display the list of the equipment on the editor?
Appreciate for your help.
This discussion has been closed.
Replies
Hi,
Is the list of equipment in a join table? If so, you could use the
checkbox
type to show and allow selection from the list - as shown in this example.Allan