<li
                                key={item.key}
                                className={`${this.state.currentValue[item.key] ? 'active' : ''}`}
                            >
                                <Checkbox