Skip to main content
Nintex Community Menu Bar
Solved

Set​ the text next to the checkbox of Yes/No control

  • June 23, 2021
  • 3 replies
  • 142 views

Dear Nintex Community,

 

I have a Yes/No checkbox and a Calculated Value.

Now I want to set the text next to the checkbox with the Calculated Value.

 

I have no idea how to do this.

Could you please help me out!!

 

Thank in Advance

 

 

Best answer by kchaluvadi

Even with custom javascript, you see the same result, it is not the problem with the approach, but the length of the lable/text.

And remove the bordering around the check box and calculated control from "format" section of each control, it looks good.

3 replies

Forum|alt.badge.img+12
  • Apprentice
  • June 23, 2021

It seems you want to change the lable/title of check box with the value of calcuated control; dynamically chaning the lable/title needs custom javascript. But the simple way is to have the calculated control next to the check box. Hope this helps.


  • Author
  • June 23, 2021

Hey kchaluvadi

thanks you for your help.

I already did it like that but if the text of the calculated value control is to big it looks bad.

So that's why I want to add the calculated value to the lable/title of check box.

 

I would be very gratefulI if you have a solution including custom javascript.


Forum|alt.badge.img+12
  • Apprentice
  • Answer
  • June 23, 2021

Even with custom javascript, you see the same result, it is not the problem with the approach, but the length of the lable/text.

And remove the bordering around the check box and calculated control from "format" section of each control, it looks good.