Not only in razor view, every node and media provides a short way to access field values by using the .Value<>() method.
eg.:
current.Value<CheckboxField>("Redirect to first child")?.Value
To handle other values or the raw value, the TextField will convert anything to string.