9951 explained code solutions for 126 technologies


htmlSet HTML checkboxes to readonly state


<input type="checkbox" onclick="return false;"/>ctrl + c
<input type="checkbox"

needed checkbox element

onclick="return false;"

will disable standard checkbox click behaviour (thus making the checkbox readonly)