FormExtensions-Talk

Summary: Talk page for FormExtensions.
Maintainer: Ben Stallings
Users: (View? / Edit)

This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.

Comments

  • What is the purpose of 'label'? What is the difference of using plain text beside checkboxes or radiobuttons as labels to using the 'label' markup? HansB

The difference is that if you click plain text, the checkbox doesn't change, but if you click a label, the checkbox (or radio button) changes just as if you had clicked it directly. It makes the form easier and faster to fill out. Ben Stallings

Oh I see now. But it is hard to see intuitively. Adding to pub/css/local.css the following will show a hand pointer when hovering over the lables:

label:hover { cursor:pointer; cursor:hand; }

Talk page for the FormExtensions recipe (users?).