Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

how can we add annotations to variable type checkbox

Avula Kiran kum
Kilo Explorer

how can we add annotations to variable type checkbox 

1 REPLY 1

Mahendra RC
Mega Sage

Hello Avula,

Annotation is not available for checkbox variable by design. Please refer KB article.

But you can always write onLoad scripts with show field message

g_form.showFieldMsg('your_variable_name','Your help Message','info');

Thanks