check_box: value instead of value_before_type_cast

I noticed that check_box and radio_button are using “value(object)” instead of “value_before_type_cast(object)” like the other input fields.

Is there a reason for this or is this a bug ?

Gaspard