FormField should support the ability to modify the container styling based on the type of input. For example: ``` formField: { checkBoxGroup: { container: { border: {}, disabled: {}, error: {}, } } ``` We should support this for all our input types.