import React from 'react'; import PropTypes from 'prop-types'; import './RadioButton.scss'; function RadioButton({ isActive, onToggle, disabled }) { if (onToggle === null) return ; return ( // eslint-disable-next-line jsx-a11y/control-has-associated-label