For my project, I need to significantly restyle my UI with the UI Toolkit (Preview 16).
I am having difficulty styling the Toggle. I have been able to find the underlying child element #unity-checkbox, but changing the various styles I have only been able to clear the checkmark image via background-image, none of the other styles seem to help. I have searched multiple ways and can’t find any guidance on Toggle styling.
Does anyone have any guidance on styling the checkmark or is there source code access somewhere?
I also have some limitations on sizing a Scroller in a ScrollView. I was able to change the styles on the containing element and the child elements, but the layout appears to be hardcoded, so I get extra spacing between the low and high buttons and the slider (see the screen snippet).
Is there a better way to resize the Scroller?
Finally, before I start diving into creating my own elements, does anyone have a third-party asset they like that is highly stylable?
Thank you,
Justin