Previews

No matching results.

x
1
2
3
4
5
6
7
8
<div class="FormControl-radio-wrap">
<input aria-describedby="caption-2678eaba-2057-4bc3-afc6-72e7be0b1613" 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-2678eaba-2057-4bc3-afc6-72e7be0b1613">A pretty good show</span>
</span>
</div>
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

No assets to display.