If specified make it so that an element is only shown if the user has the correct role. ```json { "name": "foo", "type": "checkbox", "role": [ "admin" ] }, ```