]> git.proxmox.com Git - ui/proxmox-yew-widget-toolkit.git/commitdiff
doc: adapt to recent checkbox/radio button changes
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 30 Sep 2024 12:52:08 +0000 (14:52 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 30 Sep 2024 13:02:11 +0000 (15:02 +0200)
by replacing references to the `Boolean` component with `Checkbox`
and adding the RadioButton reference

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/lib.rs

index e4312ac7d1a4949d64e966b93437806c4964d965..011932ba50b03e59b4fdbe37b26df7159c5602e9 100644 (file)
 //!
 //! The following field types are available.
 //!
-//! - [widget::form::Boolean]: Checkbox input element, which stores values as boolean.
-//! - [widget::form::Checkbox]: Checkbox or Radiobox field, which stores values as strings.
+//! - [widget::form::Checkbox]: Checkbox input element, which stores values as boolean by default.
+//! - [widget::form::RadioButton]: RadioButton field, which stores values as strings.
 //! - [widget::form::Combobox]: Select value from a list of options.
 //! - [widget::form::DisplayField]: Just display values (not editable).
 //! - [widget::form::Field]: Wrapper around standard Html fields.