Nope, it is not working and yes, I have put the script in the change
event of the checkbox, and the rest as you mentioned. I also have
designer es2, but I am not getting the same output as you.Can you send
me the pdf you worked on??
if (this.rawValue === 1) { this.ui.oneOfChild.mark = "check";}if
(this.rawValue === 2) { this.ui.oneOfChild.mark = "cross";}All I got
till now is this, which does not work for me for some reason. Can you
take a look at my form.
Hello in designer, I want to create a check box that shows multiple
check marks for different selections"check" for yes"cross" for noand
"blank" for no selection.This script is not working:if (this.rawValue
=== 1) { this.ui.oneOfChild.mark = "check";}if (this.rawValue === 2) {
this.ui.oneOfChild.mark = "cross";}or any code for that matter?I am new
to this forum, could somebody help me please, may be there's something I
am doing wrong.I use both livecycle designer es4 and Aem designer form
6.1.
I am looking for a checkbox to create for the client. It will have three
possibilities-On/off/neutral.The On should be a "Check" mark. The Off
should be a "Cross" mark.Lastly for the NA state, a "blank" selection or
"NA" for the third.I am unable to get any result. Could somebody please
provide me with the code or a sample pdf to make this work.