UNPKG

1.77 kBHTMLView Raw
1<!--
2 Copyright IBM Corp. 2016, 2018
3
4 This source code is licensed under the Apache-2.0 license found in the
5 LICENSE file in the root directory of this source tree.
6-->
7
8<fieldset class="bx--fieldset">
9 <legend class="bx--label">Radio button label</legend>
10 <div class="bx--form-item">
11 <div class="bx--radio-button-group bx--radio-button-group--vertical ">
12 <div class="bx--radio-button-wrapper">
13 <input id="radio-button-q50karv0p8-1" class="bx--radio-button" type="radio" value="red" name="radio-button--vertical" tabindex="0" checked>
14 <label for="radio-button-q50karv0p8-1" class="bx--radio-button__label">
15 <span class="bx--radio-button__appearance"></span>
16 <span class="bx--radio-button__label-text">Radio button label</span>
17 </label>
18 </div>
19 <div class="bx--radio-button-wrapper">
20 <input id="radio-button-q50karv0p8-2" class="bx--radio-button" type="radio" value="green" name="radio-button--vertical" tabindex="0">
21 <label for="radio-button-q50karv0p8-2" class="bx--radio-button__label">
22 <span class="bx--radio-button__appearance"></span>
23 <span class="bx--radio-button__label-text">Radio button label</span>
24 </label>
25 </div>
26 <div class="bx--radio-button-wrapper">
27 <input id="radio-button-q50karv0p8-3" class="bx--radio-button" type="radio" value="blue" name="radio-button--vertical" tabindex="0" disabled>
28 <label for="radio-button-q50karv0p8-3" class="bx--radio-button__label">
29 <span class="bx--radio-button__appearance"></span>
30 <span class="bx--radio-button__label-text">Radio button label</span>
31 </label>
32 </div>
33 </div>
34 </div>
35</fieldset>
\No newline at end of file