Checkbox for consent statements

Any idea how can I get close to the ones I’m trying to achieve in this consent form?

I’ve tried a lot of stuff with Enum and EnumList already but I can’t find a satisfactory UX that will at least get near to a small checkbox that can be ticked beside the “Agree” statement

Solved Solved
0 10 1,249
  • UX
1 ACCEPTED SOLUTION

OK, SO I FOUND A SOLUTION TO THIS!

By using UX>Format Rules, we can assign an icon to the ENUM column:

Then, I just created a Virtual column for the same ENUM column but this time for the checked box.

ENUM_column is always shown when blank. (Consent not yet checked)
Then VC_ENUM is always hidden when ENUM_column is blank.

When the user clicks ENUM_column, ENUM_column gets hidden (thru the Show If formula), then the VC_ENUM will then be the one shown.

In this way, it doesn’t matter which device is being used. Since the icon came native from Appsheet.

But man, hopefully, there is a more straightforward way of having a nice checkbox in Form view in the future.

View solution in original post

10 REPLIES 10
Top Labels in this Space