synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
19 lines (18 loc) • 456 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { Checkbox as l } from "@mui/material";
function a(e) {
const { row: t } = e, { entityId: i, isSelected: n, isDisabled: o } = t.original;
return o ? null : /* @__PURE__ */ r(
l,
{
inputProps: { "aria-label": `Select ${i}` },
checked: n,
onChange: () => {
}
}
);
}
export {
a as EntityFinderCheckboxCell
};
//# sourceMappingURL=EntityFinderCheckboxCell.js.map