x
1
2
3
4
5
6
7
8
<div class="FormControl-radio-wrap"> <input aria-describedby="caption-d92f8dd2-fe95-46a9-9ea4-f549344a04cf" class="FormControl-radio" type="radio" value="bsg" name="my-radio-button" id="my-radio-button_bsg" /> <span class="FormControl-radio-labelWrap"> <label class="FormControl-label" for="my-radio-button_bsg"> Battlestar Galactica </label> <span class="FormControl-caption" id="caption-d92f8dd2-fe95-46a9-9ea4-f549344a04cf">A pretty good show</span> </span></div>
No notes provided.
1
2
3
4
5
6
7
8
9
10
system_arguments = { name: name, value: value, label: label, caption: caption, visually_hide_label: visually_hide_label, disabled: disabled}render(Primer::Alpha::RadioButton.new(**system_arguments))
Param | Description | Input |
---|---|---|
— |
|
|
— |
|
|
— |
|
|
— |
|
|
— |
|
|
— |
|