Type Definition ybc::Radio

source ·
pub type Radio = FunctionComponent<radio>;
Expand description

The mutually exclusive radio buttons in their native format.

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

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.