Above that doc link, there is an example
# avo-2
n
Above that doc link, there is an example of initially hiding the field always but not conditional on some value.
Copy code
ruby
field :has_skills,
  as: :boolean,
  html: {
    edit: {
      wrapper: {
        classes: "hidden"
      }
    }
  }