Type Definition ybc::Checkbox

source ·
pub type Checkbox = FunctionComponent<checkbox>;
Expand description

The 2-state checkbox in its native format.

https://bulma.io/documentation/form/checkbox/

All YBC form components are controlled components. This means that the value of the field must be provided from a parent component, and changes to this component are propagated to the parent component via callback.