Adding the required state to radios, adds the required marker to all available options.
$form['field_options']['#states']['required'] = array(
':input[name="field_required[und]"]' => array('value' => 1)
);
Adding the required state to radios, adds the required marker to all available options.
$form['field_options']['#states']['required'] = array(
':input[name="field_required[und]"]' => array('value' => 1)
);