Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div>
<label class="Polaris-Choice">
<span class="Polaris-Choice__Control">
<span class="Polaris-RadioButton">
<input type="radio" id="_" aria-checked="true" class="Polaris-RadioButton__Input" checked="checked" />
<span class="Polaris-RadioButton__Backdrop"></span>
</span>
</span>
<span class="Polaris-Choice__Label">
Basic radio button
</span>
</label>
<div class="Polaris-Choice__Descriptions">
<div class="Polaris-Choice__HelpText">
<span class="Polaris-Text--root Polaris-Text--bodyMd Polaris-Text--subdued Polaris-Text--regular">
Customers must review their order details before purchasing.
</span> </div>
</div>
</div>
1
2
3
4
5
<%= polaris_radio_button(
label: "Basic radio button",
checked: true,
help_text: "Customers must review their order details before purchasing.",
) %>