Skip to content

Instantly share code, notes, and snippets.

@iwstkhr
Created September 5, 2023 14:40
Show Gist options
  • Save iwstkhr/b7043482cdd419df21195aebd7dbcba4 to your computer and use it in GitHub Desktop.
Save iwstkhr/b7043482cdd419df21195aebd7dbcba4 to your computer and use it in GitHub Desktop.
Making Checkboxes Read-only by CSS
<input type="checkbox" style="pointer-events: none" checked/>Click me!
<input type="checkbox" checked/>Toggle me!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment