FieldLayout (and also LabelWidget) should be able to focus arbitrary focusable widgets when its label is clicked.
Two problems here are that not all widgets have a .focus() method (for example… ButtonWidget doesn't? whoa), and even if they did, we hardcode some checks for InputWidget subclasses.