Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Bozo problem

I went to the rendered page and it does say the type is supposed to be a checkbox. IE:


<tr>
<th scope="row">This user is a bozo:</th>
<td><input name="is_bozo" id="is_bozo" type=&quot;checkbox&quot; value=&quot;1&quot; />

</td>

However in the actual view of the page it is not a checkbox but a row with a “1” that I cannot get rid of in the place of it.

Skip to toolbar