Uploaded image for project: 'HPCC'
  1. HPCC
  2. HPCC-20669

Label for checkbox is not displaying in ESP form

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 7.0.0
    • 7.0.0
    • ESP
    • None
    • D-ESDL dev

    Description

      The label for checkbox is needed to marked with <label for='id'>. The following code:

        <input type='checkbox' id=...>Label Text</input>

      was working for Chrome/Firefox, but not any more. It is not HTML compliant anyway. The right usage is:

      <input type='checkbox' id='id1' .../> <label for='id1'>Label Text</label>

       

      Attachments

        Activity

          People

            gaojx Jiafu Gao
            gaojx Jiafu Gao
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: