import React from 'react' require('./BtnSwitch.styl') export const BtnSwitch = props =>
{ props.checked ? 'active' : 'inactive' }
export default BtnSwitch