Is it possiable to show Checkbox as readonly like readonly text box.
In my jsp web application i need to show chekbox checked or unchecked for some bussiness logic in read only mode.
"readonly" doesn't work for checkbox.
so, i made checkbox disabled and showing checked or unchecked with if else condition.Because of disabled option checkbox color is changed.
Can any one provide information,
to show disabled checkbox as normal checkbox with checked or unchecked<input type="checkbox" disabled checked>
In my jsp web application i need to show chekbox checked or unchecked for some bussiness logic in read only mode.
"readonly" doesn't work for checkbox.
so, i made checkbox disabled and showing checked or unchecked with if else condition.Because of disabled option checkbox color is changed.
Can any one provide information,
to show disabled checkbox as normal checkbox with checked or unchecked<input type="checkbox" disabled checked>