CheckBox in WebListBox

Hi all,
Is it possible to add a checkbox to a xojo listbox at runtime?

For that you would need to use the WebSDK to create a WebListBoxCellRenderer.

Or you could use GraffitiGrid which includes CheckBox as a basic cell editor.

1 Like

It requires a bit of code, but you can simply use a Chr().
See https://altcodeunicode.com/alt-codes-check-mark-cross-x-mark-ballot-box-symbols/