- {/* for checkboxes, if we put the whole thing in a label, we get bad overly aggressive toggling of the outer switch... */}
- {(type == "checkbox" ?
- field() :
-
- )}
+ {
+ getsBulkEditHtmlLabel
+ ? ()
+ : setBulkEditSwitch(true)}>{field}
+ }
);
@@ -139,7 +182,7 @@ function QDynamicFormField({
{
return (