Display More Than 34 Characters in Checkbox Validation Visible Values

We are looking to use the checkbox validation and noticed that it is unable to display the entirety of the visible value on the front-end.

We understand that tooltips can display the whole string when the cursor is hovered, but it is possible to actually display more than 34 characters in the checkbox validation?

Example:

Tags:

  • 0  

    Hi Harvin,

    No, there's currently no way to display whole sentences in Checkbox component - keep in mind that it is just a different visualization for multi-select ACL that only have a small number of choices - it's not a component designed to propose full questionnaires with long prompts.

    My advice if you want to do a questionnaire is to create a serie of full line Yes/No Radio fields instead, provided that that your questions can fit in the field prompts.

  • 0   in reply to   

    Another option if you absolutely needs to keep checkboxes would be to use the new "HTML - Constant Rendered HTML Code" field introduced in PPM 24.2 and include some JS code that would set values from the rendered CheckBoxes to a hidden ACL field (checkbox or not) under the hood - but that would require some custom development. 

  • Verified Answer

    +1   in reply to   

    Another option if you absolutely needs to keep checkboxes would be to use the new "HTML - Constant Rendered HTML Code" field introduced in PPM 24.2 and include some JS code that would set values from the rendered CheckBoxes to a hidden ACL field (checkbox or not) under the hood - but that would require some custom development. 

  • 0 in reply to   

    Thanks Etienne, much appreciated. We'll look into that new validation once we move to 24.2.