Frontmatter
| id | 3856 |
| title | form.field.CheckBox: JS based icon classes |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jan 14, 2023, 10:08 PM |
| updatedAt | Jan 14, 2023, 10:12 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3856 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 14, 2023, 10:12 PM |
sadly, it is not easily possible to use dynamic content in pseudo elements, like:
&::after { content: var(--neo-icon-checked) }since the browser does not acknowledge this to be a string and does not render the node at all.
so, we do need JS based configs instead.