Module Gtk.Check_button

class type check_button_t = object ... end
class check_button : [ `check_button | `widget | `initially_unowned | `object_ ] Gobject.obj -> check_button_t
val new_ : unit -> check_button_t
val new_with_label : string option -> check_button_t
val new_with_mnemonic : string option -> check_button_t