Skip to content

Formulator,xhtml_style: render multi radio and checkboxs with a label

Jérome Perrin requested to merge feat/radio-label into master

This way, clicking on the label is enough to select the radio button, or tick the checkbox, no need to click on the small button. This is also probably better for accessibility.

CSS is adjusted a bit, so that the style for "general" field labels do not apply to this new label.

Edited by Jérome Perrin

Merge request reports