Yes/No Check bo

Hi,
I have yes/no fields I’d like them to appear as box checked/unchecked everywhere, in list, details and edit. current they appear as Y/N

I made some progress using actions still the boxes for the same field in this example isActive do not align in list view and then in details view I still have Y plus box checked

any tip to have all Yes/No simply appear as checkboxes everywhere otherwise if actions needs to be created for all it will just be really tricky to maintain

thanks for your help

in list view
2X_8_83062f6d01c6cef2aaa33f5dd2f71d6bf53452f5.png

in detail view
2X_9_91a61f8312dc4d5fe8721ecfff0485e06cd6dfb6.png

in edit view
2X_f_f19452823654d4c394888adfcf757b17e1b1d81b.png

0 2 2,761
  • UX
2 REPLIES 2

Hi @jeanseb
You could make an enum and paste in emoji like this.

@Lynn thanks for the tip, this works well for list display view 😜 I created a virtual column
2X_3_32b0815d30dc23924b5bdbca3bd917bb54c0a9a9.png
using formula
2X_b_bf4a5b9cd85daae48d6d42c9ba325f4f87246ffb.png

as otherwise I can not cast the emoji to my true/false values in the existing column ie I need base type to still be Yes/No

also enabling quick edit if I pass in edit mode I can get check boxes, it is a pity the view list still shows Y/N :
2X_e_e9196016d3d67df48c06e1c96f52f3b1772f0e68.png

somthing weird is yes/no columns appear with no header name so if I have 2 yes/no columns isActive and isDefault I get this :
2X_6_6ecea94ebe9a3a8fd7dd166ef3e292e80b1bd173.png
I will work it around with virtual columns and emoji

now in detail view I switched to enable quick edit which makes the Yes/No fields “sliders” instead of Y/N so this is an acceptable workaround even if user experience consistency will be lower.

thanks

JS

Top Labels in this Space