Configuration

Use the following configuration options to bind the Bootstrap checkboxes component.

Properties

The following example changes the checkbox type to a switch.

const checkboxes = new wire.bsCheckboxes().render("#checkboxes", {
    ...
    type: "switch"
});

Last updated