Form inputs which are required should be visually distinct from optional inputs.

Required inputs can be indicated by adding the required class to the enclosing form-group. This class will automatically add the * character after the label.

Optional inputs can be indicated by adding the optional class to the enclosing form-group. This class will automatically mute the label.

Custom

Required and optional styles are specific to the GEL.