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