Fundamentals
Components
Code Utilities
Demo
BcCheckbox
Description
The base functionality is inherited from BcComponentBase.
It provides core features for checkbox handling, including state management and event propagation.
Parameters
Value
bool
Represents the current state of the checkbox. It can be either 'true' (checked) or 'false' (unchecked).
ValueChanged
Action < bool >
An event triggered when the checkbox value changes. It provides the updated state of the checkbox.
Methods
Toggle ( )
BcComponentBasePage.Methods.Toggle.Description
void