diff --git a/app/game/post-match.tsx b/app/game/post-match.tsx
index 706a0f3..2c8329d 100644
--- a/app/game/post-match.tsx
+++ b/app/game/post-match.tsx
@@ -29,6 +29,7 @@ import { CommonActions } from "@react-navigation/native";
import BodyMedium from "../../lib/components/text/BodyMedium";
import { useTrainingModeStore } from "../../lib/storage/userStores";
import React from "react";
+import { Checkbox } from "../../lib/components/Checkbox";
export default function PostMatch() {
const reportState = useReportStateStore();
@@ -78,7 +79,6 @@ export default function PostMatch() {
]}
selected={reportState.robotRole}
/>
-
+
+ {
+ reportState.setRobotBrokeDescription(checked ? "" : null);
+ }}
+ />
+ {reportState.robotBrokeDescription != null && (
+
+
+
+ )}
+
-
-
-
reportState.setKnocksAlgae(value)}
@@ -149,7 +165,6 @@ export default function PostMatch() {
direction={ButtonGroupDirection.Horizontal}
selected={reportState.traversesUnderCage}
/>
-
Notes
-