Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div>
<label class="Polaris-Choice">
<span class="Polaris-Choice__Control">
<span class="Polaris-Checkbox">
<input type="checkbox" id="" value="1" checked="checked" aria-checked="mixed" indeterminate="indeterminate" class="Polaris-Checkbox__Input Polaris-Checkbox__Input--indeterminate" />
<span class="Polaris-Checkbox__Backdrop"></span>
<span class="Polaris-Checkbox__Icon">
<span class="Polaris-Icon">
<svg viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" class="Polaris-Icon__Svg" focusable="false" aria-hidden="true"><path d="M14.167 9h-8.334c-.46 0-.833.448-.833 1s.372 1 .833 1h8.334c.46 0 .833-.448.833-1s-.373-1-.833-1"></path></svg>
</span>
</span>
</span>
</span>
<span class="Polaris-Choice__Label">
Indeterminate checkbox
</span>
</label>
</div>
1
<%= paper_checkbox(label: "Indeterminate checkbox", checked: :indeterminate) %>