TeamDesk Knowledge Base & Support

   Home      FAQ      Forum      Idea Exchange      Ask a Question      My Stuff      Help   
  
CHECKBOX 'X' when not selected and other things
I'd like to see extra functions added to the Checkbox column:
- colour the "tick"...currently achieved via css
- a "X" to show when not selected (false)...again, ability to colour
ID
1281
Category
Setup
Author

basenine
Date Created
5/30/2019 11:08:32 PM
Date Updated
10/8/2025 6:45:43 PM
Status
New Idea
Score
30
Promoted By
Patricio BustosScott Millerbasenine
Comments
basenine 5/30/2019 11:08:46 PM
Please
😀

basenine 10/8/2025 6:45:43 PM
Looking into this a little deeper today...

Currently available icons via font awesome are the fa-check and fa-xmark (amongst many others).
In main.css folder --> _icons.scss, we have:

.ui-icon-check:before {
content: '\f00c';
}
and
.ui-icon-cancel-job:before,
.ui-icon-remove:before {
content: '\f00d';
}

.ui-icon-close:before {
content: '\f00d';
font-size: 2rem;
}

Can we add the '\f00d' to a checkbox when 'Display as Graphics' is selected and the checkbox is 'false', please
Feedback
 
Back to Search Results