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 8505127
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T02:13:52+00:00 2026-06-11T02:13:52+00:00

Simple problem , I am trying to populate html form check-boxes dynamically, but when

  • 0

Simple problem ,
I am trying to populate html form check-boxes dynamically, but when i try to do this by using checked property of the checkbox in html it not works correctly . The checkbox remain checked whether i use checked='0' / checked='1' , checked='true' / checked='false' and checked='checked' / checked='unchecked'.

although i solved it by applying extra checks in php as following…

while($contact = $db->fetchByAssoc($contacts))
{
$include_checked =( $contact['include'])? " checked={$contact['include']} ": "";
$opted_checked = ($contact['opted_out'])? " checked={$contact['include']} ": "";

$html.="<tr><td>{$contact['name']} </td>
            <td><input type='checkbox' {$include_checked}/> </td>    
            <td><input type='checkbox' {$opted_checked}/> </td>

Is there any better solution to do it???

  • 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-06-11T02:13:53+00:00Added an answer on June 11, 2026 at 2:13 am

    Use yes to preselect it. Remove it to uncheck it by default

    <input type="checkbox" checked="yes"/>
    

    or `checked=”checked”

    <input type="checkbox" checked="checked"/>
    

    Or, but deprecated and not encouraged to use:

    <input type="checkbox" checked />
    

    Unchecked? Don’t use any option at all. Just remove it. Through back-end there is no way to not select it. And of course this is not needed at all.

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

Sidebar

Related Questions

This simple problem is kiling me. I posted something earlier about trying to clean
Here's my problem: I'm trying to set up a simple mobile contact form with
This might be a simple question. But I am trying to use a rule
This is a common problem in ASP MVC. I have a simple search form
I'm having a very simple problem. I'm new to WordPress and I'm trying to
I have what is likely a simple problem, whereby I am trying to get
I am beginner trying to complete a simple JSON problem on SingPath which asks
So my problem is simple. I am trying to switch my chart from a
I'm working on a simple carousel. My problem appears when trying to insert node
I'm trying to find a simple solution to a specific problem, which is a

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.