Bug: We were using disabled attr to prevent unchecking but that was wrong...
Bug: We were using disabled attr to prevent unchecking but that was wrong since its dropped form FORM posts, so really we need to just style and adjust logic to not use disabled attributes since disabled fields are not sent to drupal
Closes #3550999