diff --git a/src/components/Checklist/index.js b/src/components/Checklist/index.js
new file mode 100644
index 0000000..07f304c
--- /dev/null
+++ b/src/components/Checklist/index.js
@@ -0,0 +1,71 @@
+import React from "react";
+import { useForm } from "react-hook-form";
+
+import Accordion from "../Accordion";
+import CustomSelectBox from "../CustomSelectBox";
+
+const Checklist = () => {
+ return (
+
+
+
+ تابع انتخاب
+
+
+
+
+
+
+
+
شرایط ایجاد
+
+
+
+
+
+
تابع فیلتر
+
+
+
+
+
+
+ );
+};
+
+export default Checklist;
diff --git a/src/components/Tabbar/index.js b/src/components/Tabbar/index.js
index 806b9e1..871faaf 100644
--- a/src/components/Tabbar/index.js
+++ b/src/components/Tabbar/index.js
@@ -1,5 +1,6 @@
import React, { useState } from "react";
import Button from "../Button";
+import Checklist from "../Checklist";
import Condition from "../Condition";
import Mokatebat from "../Mokatebat";
import Questions from "../Questions";
@@ -54,8 +55,8 @@ Tabbar.defaultProps = {
{
title: "چک لیست",
className: "",
- components: "zlatan",
- bg: "bg-blue-500",
+ components: ,
+ bg: "bg-transparent",
},
{
title: "مکاتبات",