Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4080434
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T17:55:47+00:00 2026-05-20T17:55:47+00:00

I have a fairly simple form with a checkbox, and I noticed that my

  • 0

I have a fairly simple form with a checkbox, and I noticed that my checkbox values weren’t being picked up on my server side app:

$.post('CreateForm', $('#new-form').serialize(), ...

Everything else posts correctly, but I’m seeing in Firebug that it’ll serialize the checkbox value as “on” or “off” instead of “true” and “false” that I get with a normal <form method="post" action="formpage"> … what’s going on here, is this expected behavior? My server side model binder doesn’t equate “on” with “true” and thus drops the value. Obviously I could change the model binder, but wanted to make sure I wasn’t doing it wrong.

Edit:

Here’s my markup:

<input type="checkbox" name="CheckboxValue" >

jQuery version 1.4.4

In Firebug here’s the resulting post:

... other variables &CheckboxValue=on
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T17:55:48+00:00Added an answer on May 20, 2026 at 5:55 pm

    The problem is that your checkboxes do not have value attributes. When jQuery serializes the form, it uses ‘on’ as the default value.

    You should give your checkbox a value:

    <input type="checkbox" name="CheckboxValue" value="true" />
    

    See example here: http://jsfiddle.net/U6Sbw/1/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say I have a fairly simple app that lets users store information on
I have a fairly simple iPhone app that downloads a set of UITableView results
I have a fairly simple order creation form on a back office app I'm
I have a fairly simple const struct in some C code that simply holds
I have the following (fairly) simple JavaScript snippet that I have wired into Greasemonkey.
I have a fairly small MySQL database (a Textpattern install) on a server that
I'm trying to create a fairly simple form that has a few checkboxes and
I have a fairly simple form: <asp:FormView> <EditItemTemplate> <asp:LoginView> <RoleGroups> <asp:RoleGroup roles=Blah> <ContentTemplate> <!--
I have a fairly simple if else statement in C# that looks something like
Say I want to have a simple web app that takes some user input,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.