Skip to content

Commit cc442c8

Browse files
committed
make minor checkbox
1 parent 4e17d54 commit cc442c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/member/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)