From: Dominik Csapak <d.csapak@proxmox.com>
To: yew-devel@lists.proxmox.com
Subject: [PATCH yew-widget-toolkit 1/4] widget: form: radio button: fix property comments
Date: Fri, 17 Jul 2026 14:55:28 +0200 [thread overview]
Message-ID: <20260717125555.2898147-2-d.csapak@proxmox.com> (raw)
In-Reply-To: <20260717125555.2898147-1-d.csapak@proxmox.com>
They were copied from the checkbox, but not updated. Change the
'checkbox' mentions to 'radio button'
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
src/widget/form/radio_button.rs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/widget/form/radio_button.rs b/src/widget/form/radio_button.rs
index 753a71c..1f409c2 100644
--- a/src/widget/form/radio_button.rs
+++ b/src/widget/form/radio_button.rs
@@ -69,14 +69,14 @@ pub struct RadioButton {
///
/// Called on user interaction:
///
- /// - Click on the checkbox.
+ /// - Click on the radio button.
/// - Click on the associated input label.
/// - Activation by keyboard (space press).
#[builder_cb(IntoEventCallback, into_event_callback, String)]
#[prop_or_default]
pub on_input: Option<Callback<String>>,
- /// A right side label for the checkbox, to display additional information
+ /// A right side label for the radio button, to display additional information
#[prop_or_default]
pub box_label: Option<FieldLabel>,
}
@@ -102,7 +102,7 @@ impl RadioButton {
/// Method to set the box label.
///
- /// A right side label for the checkbox to display additional information
+ /// A right side label for the radio buton to display additional information
pub fn set_box_label(&mut self, box_label: impl Into<FieldLabel>) {
self.box_label = Some(box_label.into());
}
--
2.47.3
next prev parent reply other threads:[~2026-07-17 12:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-17 12:55 [PATCH yew-widget-toolkit 0/4] small cleanups/fixes Dominik Csapak
2026-07-17 12:55 ` Dominik Csapak [this message]
2026-07-17 12:55 ` [PATCH yew-widget-toolkit 2/4] widget: form: radio button: dim boxlabel when disabled Dominik Csapak
2026-07-17 12:55 ` [PATCH yew-widget-toolkit 3/4] widget: form: radio button: use 'radio' aria role instead of 'checkbox' Dominik Csapak
2026-07-17 12:55 ` [PATCH yew-widget-toolkit 4/4] dom: align: fix fallback check for placements Dominik Csapak
2026-07-17 21:59 ` applied: [PATCH yew-widget-toolkit 0/4] small cleanups/fixes Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260717125555.2898147-2-d.csapak@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=yew-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox