<form action="/products" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="xjNf51uwCxKIsTwhNEisl4uDdBfhKgKvJWkjEjRubxJxH11Uvgz54_fQYucVIANLhOezrAKMx0toxWkBGYAa8Q" autocomplete="off" />
<div>
<label class="Polaris-Choice">
<span class="Polaris-Choice__Control">
<span class="Polaris-RadioButton">
<input aria-checked="false" class="Polaris-RadioButton__Input" type="radio" value="allow" name="product[access]" id="product_access_allow" />
<span class="Polaris-RadioButton__Backdrop"></span>
</span>
</span>
<span class="Polaris-Choice__Label">
Allow access
</span>
</label>
</div>
<div>
<label class="Polaris-Choice">
<span class="Polaris-Choice__Control">
<span class="Polaris-RadioButton">
<input aria-checked="false" class="Polaris-RadioButton__Input" type="radio" value="deny" name="product[access]" id="product_access_deny" />
<span class="Polaris-RadioButton__Backdrop"></span>
</span>
</span>
<span class="Polaris-Choice__Label">
Deny access
</span>
</label>
</div>
</form>