Hi all,
I am currently working on a form that will allow a user to tick off certain medication errors.
A user can select up to five errors, there are around 15 listed.
I was wondering if Checkboxes woudl be the best solution for this or is their a better approach?
If checkboxes is the best approach coudl someone please tell me how to get the value that is stored in the label to appear in the table?
Example
"Medication ordered for wrong patient" is a label for a checkbox, how do i get that value stored in the table.
I am currently working on a form that will allow a user to tick off certain medication errors.
A user can select up to five errors, there are around 15 listed.
I was wondering if Checkboxes woudl be the best solution for this or is their a better approach?
If checkboxes is the best approach coudl someone please tell me how to get the value that is stored in the label to appear in the table?
Example
"Medication ordered for wrong patient" is a label for a checkbox, how do i get that value stored in the table.
Comment