|
12 | 12 | </div>
|
13 | 13 | <div class="form-group">
|
14 | 14 | <div class="form-check form-check-inline">
|
15 |
| - <input class="form-check-input" type="checkbox" value="isUser" name="isUser" id="isUser" checked disabled> |
16 |
| - <label class="form-check-label" for="isUser"> |
17 |
| - User |
18 |
| - </label> |
19 |
| - </div> |
20 |
| - <div class="form-check form-check-inline"> |
21 |
| - <input class="form-check-input" type="checkbox" value="isAdmin" name="isAdmin" id="isAdmin"> |
| 15 | + <input class="form-check-input" type="radio" value="isAdmin" name="quotaRole" id="isAdmin"> |
22 | 16 | <label class="form-check-label" for="isAdmin">
|
23 | 17 | Admin
|
24 | 18 | </label>
|
25 | 19 | </div>
|
26 | 20 | <div class="form-check form-check-inline">
|
27 |
| - <input class="form-check-input" type="checkbox" value="isFreemium" name="isFreemium" id="isFreemium"> |
28 |
| - <label class="form-check-label" for="isFreemium"> |
29 |
| - Freemium |
| 21 | + <input class="form-check-input" type="radio" value="isVip" name="quotaRole" id="isVip"> |
| 22 | + <label class="form-check-label" for="isVip"> |
| 23 | + VIP |
30 | 24 | </label>
|
31 | 25 | </div>
|
32 | 26 | <div class="form-check form-check-inline">
|
33 |
| - <input class="form-check-input" type="checkbox" value="isPremium" name="isPremium" id="isPremium"> |
34 |
| - <label class="form-check-label" for="isPremium"> |
35 |
| - Premium |
| 27 | + <input class="form-check-input" type="radio" value="isExternal" name="quotaRole" id="isExternal"> |
| 28 | + <label class="form-check-label" for="isExternal"> |
| 29 | + External |
36 | 30 | </label>
|
37 | 31 | </div>
|
38 | 32 | <div class="form-check form-check-inline">
|
39 |
| - <input class="form-check-input" type="checkbox" value="isExternal" name="isExternal" id="isExternal"> |
40 |
| - <label class="form-check-label" for="isExternal"> |
41 |
| - External |
| 33 | + <input class="form-check-input" type="radio" value="isPremium" name="quotaRole" id="isPremium"> |
| 34 | + <label class="form-check-label" for="isPremium"> |
| 35 | + Premium |
42 | 36 | </label>
|
43 | 37 | </div>
|
44 | 38 | <div class="form-check form-check-inline">
|
45 |
| - <input class="form-check-input" type="checkbox" value="isVip" name="isVip" id="isVip"> |
46 |
| - <label class="form-check-label" for="isVip"> |
47 |
| - VIP |
| 39 | + <input class="form-check-input" type="radio" value="isFreemium" name="quotaRole" id="isFreemium"> |
| 40 | + <label class="form-check-label" for="isFreemium"> |
| 41 | + Freemium |
48 | 42 | </label>
|
49 | 43 | </div>
|
50 | 44 | </div>
|
|
0 commit comments