class Primer::Alpha::FormControl

def required?

@returns Boolean
Whether or not this input is marked as required.
def required?
  @required
end