gururajbm / custom-select-tdd

Found shorthand type coercions JS-0066
Anti-pattern
Minor
1 occurrence in this check
use Boolean(optionSelected) instead.
33          data-test="checkbox-list"
34          inputValue={String(item.value)}
35          index={index}
36          isChecked={!!optionSelected}37          handleOnChange={handleOptionSelection}
38        />
39        <label htmlFor={index}>{item.label}</label>