Forum

Thread tagged as: Question, Error, Forms

Perch Input Checkbox

Hi,

I've been having issues with checkboxes in my form with ie10. I am using <perch:input type="checkbox">. Has there been any known issues with selecting checkboxes with <perch:input> as oppose to just <input>. I am able to select the checkbox with every other browser, just not with ie10.

The code I am using is as follows:

<perch:input id="subscribe" type="checkbox" value="true"  checked="checked" />

Thanks for your help in advance, J

Darren Cusdin

Darren Cusdin 0 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

What's the resulting HTML you get, and how does it differ from what you need?