Toggling between readonly and writeable text_field_tag

What is the opposite of page[:text_field_tag_dom_id].readonly =
“true”?

page[:text_field_tag_dom_id].readonly = “false” doesn’t seem to
work…and .writeable doesn’t seem to exist.