fix(ui): set checkbox htmlFor by default, fixing some checkbox labels not toggling the checkbox (#6684)
This commit is contained in:
@@ -78,6 +78,7 @@ export const CheckboxInput: React.FC<CheckboxInputProps> = ({
|
||||
</div>
|
||||
<FieldLabel
|
||||
CustomLabel={CustomLabel}
|
||||
htmlFor={id}
|
||||
label={label}
|
||||
required={required}
|
||||
{...(labelProps || {})}
|
||||
|
||||
Reference in New Issue
Block a user