Skip to content

RadioButton

Fluent styled RadioButton.

import QtQuick.Controls.QWinUI3 · src/style/QWinUI3/RadioButton.qml

Category: Styled controls · Library: v2.80

← Component index

Gallery: RadioButtonsrc/gallery/pages/RadioButtonPage.qml

Example

RadioButton {
    id: radio
    text: qsTr("Option A")
    checked: true
}

Notes

Style-only Fluent chrome for Qt Quick Controls RadioButton. Public API is the Qt Quick Controls RadioButton type; this file supplies visuals/metrics only.

API

Style-only control: no extra QWinUI3 properties. Use the Qt Quick Controls RadioButton API (this file only supplies Fluent visuals / metrics).

Inherited from RadioButton

  • text
  • checked
  • toggled()

Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.