Problem:
Customer would like to display pictures (icons), instead of checkbox values Solution:
Checkbox title accepts HTML code, it is possible to customize it as you need and display images for example. Relevant Documentation:
If this is not working right off the top, you might need to go through this errata and disable the sanitize via hook as described here: https://toolset.com/errata/html-in-toolset-custom-field-labels-is-stripped-when-saving-the-fields/
I'm encountering challenges creating a table using either the Grid or Table View options. With Table View, customization of the look and feel, such as shading rows and removing column borders, is not straightforward. Meanwhile, using the Grid repeats headings in every line, unlike the desired single heading on the first row.
Solution:
For creating a table, consider using the Views block and selecting Table mode. However, for styling customization, CSS code will be necessary as Toolset does not offer advanced styling features. You can add custom CSS classes to target tables for styling purposes.