Answers for "how to make checkbox checked and readonly"

0

can we set checkbox readonly

<input type="checkbox" name="email"  disabled>
Posted by: Guest on July-27-2020
1

checkbox readonly

<input type="checkbox" onclick="return false;"/>
Posted by: Guest on September-15-2020

Code answers related to "how to make checkbox checked and readonly"

Browse Popular Code Answers by Language