Skip to main content
Inspiring
April 14, 2022
해결됨

Any way to have separate tooltips for radio buttons?

  • April 14, 2022
  • 1 답변
  • 1992 조회

It seems that all radio buttons of a group have to all use the same tooltip! Is there any way to have separate tooltips for each radio button?

이 주제는 답변이 닫혔습니다.
최고의 답변: try67

No. This property is shared at the field level, so all widgets of that field will always have the same tooltip.
If you really want to do it you can create separate check-boxes with unique names (and tooltips) and then use a script on the Mouse Up event of each one (or in the calculation script of a text field) to clear the others when it is ticked.

1 답변

try67
Community Expert
try67Community Expert답변
Community Expert
April 14, 2022

No. This property is shared at the field level, so all widgets of that field will always have the same tooltip.
If you really want to do it you can create separate check-boxes with unique names (and tooltips) and then use a script on the Mouse Up event of each one (or in the calculation script of a text field) to clear the others when it is ticked.

Participating Frequently
December 20, 2024

Sorry, but none of these address the fact that you can't assign separate tooltips to radio buttons.  Yes you can name them differently, but, for accessibility, I want to have a tools tip that says "Check if the applicant IS a vampire." and "Check if the applicant IS NOT a vampire".  Still awaiting any guidance available

Participating Frequently
December 20, 2024

I should add that I'm dealing with fillable PDFs and not online forms.