You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How does this coexist with Switches, which we implemented using the widely-used HxSwitch component (derived from HxCheckbox)? Should the toggle-button be another derivative of HxCheckbox, or are checkbox/switch/toggle-button variants of the basic HxCheckbox component that should be selectable via a Variant=CheckboxVariant.Regular|Switch|ToggleButton parameter? The enum-based variant would likely allow us to configure HxCheckboxList to handle rendering with a single parameter.
There are also Button plugin on/off buttons with similar behavior. Should we consider these as a separate feature that doesn't affect our check/radio boxes implementation, or is there potential overlap (e.g., HxCheckboxVariant.ButtonPlugin)?
The text was updated successfully, but these errors were encountered:
Yes, the intention here is to add the feature in the very handy CheckboxList and RadiobuttonList components for ease of use. I'm already using it in our application.
There is a Bootstrap feature we haven't covered: https://getbootstrap.com/docs/5.3/forms/checks-radios/#toggle-buttons
There is a pull request #879 from @mmonteagudo that proposes an implementation.
There are still questions to resolve:
How does this coexist with Switches, which we implemented using the widely-used
HxSwitch
component (derived fromHxCheckbox
)? Should the toggle-button be another derivative ofHxCheckbox
, or are checkbox/switch/toggle-button variants of the basicHxCheckbox
component that should be selectable via aVariant=CheckboxVariant.Regular|Switch|ToggleButton
parameter? The enum-based variant would likely allow us to configureHxCheckboxList
to handle rendering with a single parameter.How do we handle the optional button group?
There are also Button plugin on/off buttons with similar behavior. Should we consider these as a separate feature that doesn't affect our check/radio boxes implementation, or is there potential overlap (e.g.,
HxCheckboxVariant.ButtonPlugin
)?The text was updated successfully, but these errors were encountered: