Previews

No matching results.

x
1
2
3
4
5
6
7
8
<div class="FormControl-radio-wrap">
<input aria-describedby="caption-19e5f2f2-afb9-4087-858e-3140d649af19" 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-19e5f2f2-afb9-4087-858e-3140d649af19">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.