I'm looking for a way to create an owner drawn radio button without MFC, just plain API.

I know how to create a simple button as owner drawn but i'm kind of lost with radio buttons.
Is there a good way to control the draw of the radio button without following after which button should be selected and stuff like that...

I've read the MSDN because I wanted to use the ODS_SELECTED but the msdn says it's only for menus...


Thank you for the help.