Previews

No matching results.

x
1
2
3
4
5
6
7
8
<div class="FormControl-radio-wrap">
<input 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>
</div>
1
render(Primer::Alpha::RadioButton.new(name: "my-radio-button", label: "Battlestar Galactica", value: "bsg"))

No assets to display.