Skip to content

Commit

Permalink
[TASK] add class link to linked checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
codefather007 committed Apr 12, 2024
1 parent 9b5f459 commit 2451a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
errorClass="{element.properties.elementErrorClassAttribute}"
additionalAttributes="{formvh:translateElementProperty(element: element, property: 'fluidAdditionalAttributes')}"
/>
<span>{formvh:translateElementProperty(element: element, property: 'label') -> f:format.stripTags(allowedTags: '<a>') -> f:format.nl2br()}<f:if condition="{element.properties.linkText}"><a href="{f:uri.page(pageUid: element.properties.pageUid)}">{element.properties.linkText}</a></f:if><f:if condition="{element.required}"><f:render partial="Field/Required" /></f:if></span>
<span>{formvh:translateElementProperty(element: element, property: 'label') -> f:format.stripTags(allowedTags: '<a>') -> f:format.nl2br()}<f:if condition="{element.properties.linkText}"><a class="link" href="{f:uri.page(pageUid: element.properties.pageUid)}">{element.properties.linkText}</a></f:if><f:if condition="{element.required}"><f:render partial="Field/Required" /></f:if></span>
</label>
</div>
</f:render>
Expand Down

0 comments on commit 2451a98

Please sign in to comment.