• I have my widget control function to setup some options and noticed that the html tag label/for combo doesn’t works on the referenced checkbox by id, the checkbox is not toggled when I click the label text (“option test” below).

    <p>
    <input type=”checkbox” name=”somename” id=”somenameid” value=”1″ />
    <label for=”somenameid”>option test</label>
    </p>

    Code seems pretty straightforward to me.

    Not working in firefox and chrome.

  • The topic ‘label for checkbox not working in a widget control?’ is closed to new replies.