In my view model I have a IsMale value that has the value true or false.
In my UI I wish to bind it to the following radio buttons:
Male
Why not simply true and false instead of 1 and 0?
Male Female