import React from 'react'
import Label from './Label'

const OptionLabel = props => <Label {...props} is="legend" optionList />

export default OptionLabel
