# File control/EditProperties/EditProperties.rb, line 349
  def arg_bool_value=(bool_value)
    pos = arg_pos(:bool)
    @doc_args[pos][:value] = bool_value
  end