1
render(Primer::Alpha::RadioButton.new(name: "my-radio-button", label: "Battlestar Galactica", value: "bsg"))
<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>
render(Primer::Alpha::RadioButton.new(name: "my-radio-button", label: "Battlestar Galactica", value: "bsg"))
No notes provided.
No params configured.
No assets to display.
<lookbook-embed app="https://primer-lookbook.github.com/view-components/lookbook/" preview="Primer::Alpha::RadioButtonPreview" scenario="default"></lookbook-embed>