Skip to content

feat: add signal bind methods to checkbox component#8732

Open
Artur- wants to merge 4 commits intomainfrom
bind-methods-checkbox
Open

feat: add signal bind methods to checkbox component#8732
Artur- wants to merge 4 commits intomainfrom
bind-methods-checkbox

Conversation

@Artur-
Copy link
Member

@Artur- Artur- commented Feb 18, 2026

No description provided.

Copy link
Contributor

@DiegoCardoso DiegoCardoso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's fix the javadoc for the new API.

Comment on lines +355 to +366
/**
* Binds the indeterminate state to the given writable signal. The binding
* is two-way: signal changes push to the DOM property, and client-side
* property changes push back to the signal.
* <p>
* While a signal is bound, any attempt to set the indeterminate state
* manually throws {@link com.vaadin.flow.signals.BindingActiveException}.
*
* @param signal
* the writable signal to bind, not {@code null}
* @since 25.1
*/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as #8733 (comment).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have any other signal test that is named just for a single property, so this one probably shouldn't be either.

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🔎Iteration reviews

Development

Successfully merging this pull request may close these issues.

4 participants