{/* eslint-disable-next-line no-nested-ternary */}
{curItem.type === 'radio'
? curItem.checked
? radioChecked
: radioUnchecked
: curItem.checked && curItem.type === 'checkbox'
? checked
: unchecked}
{curItem.label}
{curItem.accelerator && (
{curItem.accelerator}
)}
);
return (
// eslint-disable-next-line jsx-a11y/mouse-events-have-key-events