As described:
Say in a form you have a "Link" element, available under Core->Extras, with an id of "myLink"
Say you have a checkbox with an onselecting event with the actions Hide / Disable, target "#myLink"
On clicking the checkbox, the link element remains visible.
HACKFIX: Use a custom HTML element instead, wrapping a manually created <a> element in a <div> and target the <div>
Say in a form you have a "Link" element, available under Core->Extras, with an id of "myLink"
Say you have a checkbox with an onselecting event with the actions Hide / Disable, target "#myLink"
On clicking the checkbox, the link element remains visible.
HACKFIX: Use a custom HTML element instead, wrapping a manually created <a> element in a <div> and target the <div>