Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
11
12
13
<div>
<label class="Polaris-Choice">
<span class="Polaris-Choice__Control">
<span class="Polaris-RadioButton">
<input type="radio" id="_" aria-checked="false" class="Polaris-RadioButton__Input" />
<span class="Polaris-RadioButton__Backdrop"></span>
</span>
</span>
<span class="Polaris-Choice__Label">
Basic radio button
</span>
</label>
</div>
1
<%= polaris_radio_button(label: "Basic radio button") %>