<div dir="ltr">Hi Cyril,<div><br></div><div>It would be nice if you can paste your seaside render code besides the resulting html.</div><div><br></div><div>Cheers,</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 3, 2016 at 7:05 PM, Cyril Ferlicot D. <span dir="ltr">&lt;<a href="mailto:cyril.ferlicot@gmail.com" target="_blank">cyril.ferlicot@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<br>
<br>
I am using bootstrap for a university project and someone of my team is<br>
making mockups and I reproduce them with Seaside. But I have a problem<br>
with checkboxes.<br>
<br>
He gave me this code:<br>
<br>
&lt;div class=&quot;checkbox&quot;&gt;<br>
  &lt;input type=&quot;checkbox&quot; id=&quot;question1Answer1&quot;&gt;<br>
  &lt;label for=&quot;question1Answer1&quot;&gt;<br>
    Aenean semper rutrum nisi.<br>
  &lt;/label&gt;<br>
&lt;/div&gt;<br>
<br>
<br>
But seaside generate this:<br>
<br>
&lt;div class=&quot;checkbox&quot;&gt;<br>
  &lt;input type=&quot;checkbox&quot; name=&quot;10&quot; id=&quot;question1Answer1&quot;&gt;<br>
  &lt;input type=&quot;hidden&quot; name=&quot;11&quot;&gt;<br>
  &lt;label for=&quot;question1Answer1&quot;&gt;<br>
    Aenean semper rutrum nisi.<br>
  &lt;/label&gt;<br>
&lt;/div&gt;<br>
<br>
<br>
Because of the hidden input I cannot check the checkbox. If I remove it<br>
in the DOM, I can.<br>
<br>
I think I must not be the first to have this problem. Does someone have<br>
a workaroud?<br>
<br>
Thanks!<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Cyril Ferlicot<br>
<br>
<a href="http://www.synectique.eu" rel="noreferrer" target="_blank">http://www.synectique.eu</a><br>
<br>
2 rue Jacques Prévert 01,<br>
59650 Villeneuve d&#39;ascq France<br>
<br>
</font></span><br>______________________________<wbr>_________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.<wbr>squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank">http://lists.squeakfoundation.<wbr>org/cgi-bin/mailman/listinfo/<wbr>seaside</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br></div>
</div>