1
render(Primer::Alpha::CheckBox.new(name: "my-check-box", label: "Jean-Luc Picard"))
<div class="FormControl-checkbox-wrap"> <input name="my-check-box" type="hidden" value="0" autocomplete="off" /><input class="FormControl-checkbox" type="checkbox" value="1" name="my-check-box" id="my-check-box" /> <span class="FormControl-checkbox-labelWrap"> <label class="FormControl-label" for="my-check-box"> Jean-Luc Picard </label> </span></div>
render(Primer::Alpha::CheckBox.new(name: "my-check-box", label: "Jean-Luc Picard"))
No notes provided.
No params configured.
No assets to display.
<lookbook-embed app="https://primer-lookbook.github.com/view-components/lookbook/" preview="Primer::Alpha::CheckBoxPreview" scenario="default"></lookbook-embed>