• How to make a checkbox readonly not disabled?



    Question: How can I make a checkbox readonly not disabled?

    Answer:
    you can use following syntax for this:

    <input type="checkbox" onclick="return false" />


  • One thought on “How to make a checkbox readonly not disabled?

    Leave a Reply

    Your email address will not be published. Required fields are marked *