File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,9 +97,9 @@ <h3>RAS Membership Form</h3>
9797
9898 < div class ="form-group ">
9999 < label > Minor</ label >
100- < div class ="radio -options" style =" text-align: left !important; display: block !important; ">
101- < label style =" text-align: left !important; display: block !important; " > < input type ="radio " name ="minor " value ="Robotics "> Robotics</ label >
102- < label style =" text-align: left !important; display: block !important; " > < input type ="radio " name ="minor " value ="other "> Other</ label >
100+ < div class ="checkbox -options ">
101+ < label > < input type ="checkbox " name ="minor " value ="Robotics "> Robotics</ label >
102+ < label > < input type ="checkbox " name ="minor " value ="other "> Other</ label >
103103 </ div >
104104 < input type ="text " id ="otherMinor " name ="otherMinor " placeholder ="If Other, please specify ">
105105 </ div >
You can’t perform that action at this time.
0 commit comments