Skip to main content

How to Add Checkmarks to Your License Features List

When creating a license or product feature list, you can display checkmarks (✓) or empty marks (✗) by using special placeholders.

Kevin avatar
Written by Kevin
Updated over 3 weeks ago

Placeholders

  • {{check}} → Displays a checkmark ✔

  • {{uncheck}} → Displays an empty mark ☐

These marks have no extra styling (no color, no cross, no automatic formatting). They will always appear as plain check symbols, keeping your list clean and consistent.

Example

If you type:

{{check}} - MP3 Files  
{{uncheck}} - Zip Files

It will display as:

✓ MP3 Files

✗ Zip Files

Using Other Icons

Because this system is based on Google Material Icons, you’re not limited to checkmarks. You can use any Material Icon name inside double curly brackets:

{{star}} - Featured Track  
{{download}} - Includes WAV Files
{{close}} - No Free Updates

This will render as:

⭐ Featured Track

⬇ Includes WAV Files

✖ No Free Updates

Notes

  • Separate each item with a line break.

  • The system does not apply color or style changes to these placeholders.

  • Use {{check}} for features you want to highlight, and {{uncheck}} for unavailable ones.

Did this answer your question?