Skip to content

Commit

Permalink
Add missing for-attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Gomez committed Aug 12, 2024
1 parent 86d9a50 commit a577826
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ const CheckboxFacet = (props) => {
{choices.map(({ label, value }, i) => (
<div className="entry" key={value}>
<Checkbox
id={value}
disabled={isEditMode}
label={label}
htmlFor={value}
radio={!isMulti}
checked={
isMulti
Expand Down

0 comments on commit a577826

Please sign in to comment.