Adding checkboxes for auto cargo picked up

Signed-off-by: Milo Lin <100027790@mvla.net>
Change-Id: Ifd2d5a890d3e5560f6ecccc5c6cf2805059c5c48
diff --git a/scouting/www/entry/entry.ng.html b/scouting/www/entry/entry.ng.html
index aa89105..eae74ce 100644
--- a/scouting/www/entry/entry.ng.html
+++ b/scouting/www/entry/entry.ng.html
@@ -25,10 +25,12 @@
             <h4>Image</h4>
             <form>
                 <!--Choice for each ball location-->
-                <input type="radio" name="balls" value="1" id="ball-1"><label for="ball-1">Ball 1</label>
-                <input type="radio" name="balls" value="2" id="ball-2"><label for="ball-2">Ball 2</label><br>
-                <input type="radio" name="balls" value="3" id="ball-3"><label for="ball-3">Ball 3</label>
-                <input type="radio" name="balls" value="4" id="ball-4"><label for="ball-4">Ball 4</label>
+                <input type="checkbox" name="balls" value="1" id="ball-1"><label for="ball-1">Ball 1</label>
+                <input type="checkbox" name="balls" value="2" id="ball-2"><label for="ball-2">Ball 2</label><br>
+                <input type="checkbox" name="balls" value="3" id="ball-3"><label for="ball-3">Ball 3</label>
+                <input type="checkbox" name="balls" value="4" id="ball-4"><label for="ball-4">Ball 4</label><br>
+                <input type="checkbox" name="balls" value="5" id="ball-5"><label for="ball-5">Ball 5</label>
+                <input type="checkbox" name="balls" value="6" id="ball-6"><label for="ball-6">Ball 6</label>
             </form>
         </div>
         <div class="row">