Skip to content

Commit

Permalink
Refactor boolean value management in WidgetBool
Browse files Browse the repository at this point in the history
- Updated comment to clarify boolean value toggling functionality.
  • Loading branch information
forntoh committed Oct 21, 2024
1 parent c6cb98a commit d9ace60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/WidgetBool.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* @brief Widget that allows user to toggle between ON/OFF states.
* Widget has ON/OFF `enabled` state.
* Manages a boolean value, allowing toggling between 'ON' and 'OFF' states
*/
class WidgetBool : public BaseWidgetValue<bool> {

Expand Down

0 comments on commit d9ace60

Please sign in to comment.