Checkbox caption - Field value which has property reference is displaying junk data

Hello Guys,

I have a Field value which is referencing a property {.pyDescription} and the pyDescription value can have braces like pyDescription = “Work Restrictions (if applicable)”.

I want to use this pyDescription as a caption for checkbox, So when I am refering the field value as check box caption, during run time caption is coming as “Work Restrictions (if applicable)

And I don’t want to keep the caption outside the checkbox as a separate control because my caption will be long and it is coming down to the checkbox when screen size is more than 80% even after applying nowrap.

Also I found an Article where it is resolved by configuring either of the OOTB controls ‘PromptFieldValue’ or ‘pzFieldValueDisplay’, In my case it is checkbox, so can’t us them.

Please advice :slight_smile:

@BATTINIRAMESH Instead of creating Field Value separetly, You can Directly mention your property Name in Checkbox Caption. Below is the screen shot for your reference