zui docs v0.0.5
GitHub ↗
Data and collections Native Qt

Check Delegate

Check Delegate is a native Zui component in the data and collections catalog, with 32 component-specific properties.

Usage

Ruby example

Paste this complete Builder example inside the app surface from the Quickstart. Replace illustrative asset paths with files from your project.

Ruby
check_delegate "Run tests", value: :tests, checked: true, description: "Required before deploy"
API

Component properties

32 component-specific values, plus shared item and layout properties.

textText configuration for Check Delegate.property
descriptionDescription configuration for Check Delegate.property
valueValue configuration for Check Delegate.property
checkedChecked configuration for Check Delegate.property
tristateTristate configuration for Check Delegate.property
check_stateCheck state configuration for Check Delegate.property
selectedSelected configuration for Check Delegate.property
highlightedHighlighted configuration for Check Delegate.property
enabledEnabled configuration for Check Delegate.property
widthWidth configuration for Check Delegate.property
heightHeight configuration for Check Delegate.property
paddingPadding configuration for Check Delegate.property
spacingSpacing configuration for Check Delegate.property
indicator_sizeIndicator size configuration for Check Delegate.property
backgroundBackground configuration for Check Delegate.property
selected_backgroundSelected background configuration for Check Delegate.property
highlighted_backgroundHighlighted background configuration for Check Delegate.property
foregroundForeground configuration for Check Delegate.property
selected_foregroundSelected foreground configuration for Check Delegate.property
mutedMuted configuration for Check Delegate.property
accentAccent configuration for Check Delegate.property
indicator_backgroundIndicator background configuration for Check Delegate.property
indicator_borderIndicator border configuration for Check Delegate.property
check_colorCheck color configuration for Check Delegate.property
border_colorBorder color configuration for Check Delegate.property
border_widthBorder width configuration for Check Delegate.property
radiusRadius configuration for Check Delegate.property
font_familyFont family configuration for Check Delegate.property
font_sizeFont size configuration for Check Delegate.property
description_sizeDescription size configuration for Check Delegate.property
accessible_nameAccessible name configuration for Check Delegate.property
visibleVisible configuration for Check Delegate.property
Show 13 shared item properties
opacityscalerotationzfill_widthfill_heightpreferred_widthpreferred_heightminimum_widthminimum_heightmaximum_widthmaximum_heightlayout_alignment
Interaction

Events

Subscribe with on widget, :event and keep behavior in Ruby.

activateNative event payload
clickNative event payload
changeNative event payload
toggleNative event payload
pressNative event payload
releaseNative event payload
hoverNative event payload
focusNative event payload
blurNative event payload
showNative event payload
hideNative event payload