Package: gtk

Accessor gtk:check-button-active

Lambda List

gtk:check-button-active (object)

Syntax

(gtk:check-button-active object) => active
(setf (gtk:check-button-active object) active)

Arguments

object -- a gtk:check-button widget
active -- a boolean whether the check button should be pressed in

Details

The accessor for the active slot gets or sets whether the check button should be pressed in. Setting the active property to true will add the :checked state to both the check button and the indicator CSS node.
 

See also

2026-07-24