--- state: options: false --- ### Complex object value You can use complex object values to store the state of the checkbox by using the `trueValue` and `falseValue` props. Note that alternative checkbox style with `solid` attribute. Those checkboxes also support all main colors. The available modifiers are `primary`, `success`, `info`, `warning`, `danger`. ```vue ```