diff --git a/components/molecule/dropdownOption/src/index.js b/components/molecule/dropdownOption/src/index.js index 4fa87a7dc..362dbc08f 100644 --- a/components/molecule/dropdownOption/src/index.js +++ b/components/molecule/dropdownOption/src/index.js @@ -114,7 +114,15 @@ const MoleculeDropdownOption = forwardRef( {...Object.fromEntries(Object.entries(props).filter(([key]) => !['className', 'style'].includes(key)))} > {checkbox && ( - + { + onSelect(ev, {value}) + }} + onFocus={handleInnerFocus} + {...checkboxProps} + /> )} {highlightQuery ? ( renderHighlightOption(highlightValue || children)