Created a new system for the Groups that will persist after having entities
This commit is contained in:
@@ -5,7 +5,7 @@ import {BsCheck} from "react-icons/bs";
|
||||
interface Props {
|
||||
isChecked: boolean;
|
||||
onChange: (isChecked: boolean) => void;
|
||||
children: ReactNode;
|
||||
children?: ReactNode;
|
||||
disabled?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user