formio.js icon indicating copy to clipboard operation
formio.js copied to clipboard

[BUG] Can not translate display value of Checkbox component in html render mode

Open bantin115 opened this issue 1 year ago • 2 comments

Environment

Please provide as many details as you can:

  • Hosting type
    • [x ] Local deployment
      • Version: 4.14.13
  • Formio.js version: 4.14.13
  • Frontend framework: JS
  • Browser: Chrome
  • Browser version: 111.0.5563.147

Steps to Reproduce

  1. Create a form containing a checkbox component
  2. Submit data
  3. View submission data in HTML render mode

Expected behavior

image

Observed behavior

image

Example

Component JSON { "label": "Married", "tableView": false, "defaultValue": false, "type": "checkbox", "key": "Married", "input": true }

bantin115 avatar Apr 14 '23 04:04 bantin115