Wrapping < label > around inputs of type radio

Domino 8.5 beta 2 seems to be wrapping labels around each input of type radio.

Yes

This is causing problems for us as labels are predefined using css, and this change means the radio inputs are inheriting the css behaviour.

After any input as to why domino now does this as I cannot logically see why it would.

Thanks.

Subject: is for accessibility

Assistave technology like screen readers uses the tag. While you can use passthru to put label tags around many types of fields, you can’t for checkboxes and radiobuttons, so we added the automatic generation of the .

You can turn this off with the special field $$HTMLOptions. Use FieldChoiceLabel=0.

See the designer help for how to set $$HTMLOptions on a form

If you want to affect your entire server than use notes.ini and set

DominoHTMLOptions=FieldChoiceLabel=0

(the two = signs are correct)

Subject: Thank you

I had the same problem. Thank you very much for the solution.

I think it would be better if in Domino 8.5 this setting is disabled by default because when you migrate from a previous version and you don’t know about this it will have problems with the web applications.