hof 20.0.0-beta.13 → 20.0.0-beta.14
Sign up to get free protection for your applications and to get access to all the features.
@@ -303,7 +303,7 @@ module.exports = function (options) {
|
|
303
303
|
invalid: this.errors && this.errors[key] && opts.required,
|
304
304
|
label: t(fieldLabel || 'fields.' + key + '.label'),
|
305
305
|
selected: selected,
|
306
|
-
className: classNames(field) || '
|
306
|
+
className: classNames(field) || 'govuk-label govuk-checkboxes__label',
|
307
307
|
child: field.child,
|
308
308
|
renderChild: renderChild.bind(this)
|
309
309
|
});
|
package/package.json
CHANGED
package/sandbox/dump.rdb
ADDED
Binary file
|