Do you have an issue with a specific file(s)? no
Can you reproduce using one of our samples or online demos?no
Are you using the WebViewer server?yes
Does the issue only happen on certain browsers?no
Is your issue related to a front-end framework?yes
Is your issue related to annotations?yes
Please give a brief summary of your issue:
i just want checkboxes and radio button color change of the tick or check and dot of radio button
You can change the color of the ‘tick’ of the radio/check buttons by modifying the fillColor:
i.e.
// Assuming 'annotation' is your checkbox or radio button annotation
annotation.font.fillColor = new Annotations.Color(255, 0, 0)
await annotationManager.redrawAnnotation(annotation)