Can a checkbox be READONLY?

T

Todd Cary

Is there a way to display information in a readonly check box? When I
include the property, READONLY, the check can be changed.

Todd
 
K

Karl Core

Todd Cary said:
Is there a way to display information in a readonly check box? When I
include the property, READONLY, the check can be changed.

Todd

If it cannot be changed by the user, why is it there?
 
T

Todd Cary

Karl said:
If it cannot be changed by the user, why is it there?
The attorney's and US Federal Court request that the display page (the
page where all of the information is displayed before the claim is
submitted) looks the same as the page where the information was entered.
The entry page has several checkboxes and I need to have the display
have the checkbox look.

Any suggestions?

Todd
 
N

Neal

The attorney's and US Federal Court request that the display page (the
page where all of the information is displayed before the claim is
submitted) looks the same as the page where the information was entered.
The entry page has several checkboxes and I need to have the display
have the checkbox look.

Any suggestions?

Image.
 
K

Karl Core

Todd Cary said:
The attorney's and US Federal Court request that the display page (the
page where all of the information is displayed before the claim is
submitted) looks the same as the page where the information was entered.
The entry page has several checkboxes and I need to have the display have
the checkbox look.

What specific site are you working on?
 
Joined
Mar 15, 2010
Messages
1
Reaction score
0
i know this is old, but a solution can be:
HTML:
<input type="checkbox" onclick="this.checked=true;" checked="checked" />
 
Joined
May 11, 2010
Messages
1
Reaction score
0
Disabled doesn't exactly work

Submitting a disabled checkbox that was checked in its original state is the same as submitting an unchecked box.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top