|
|
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| CHANGELOG.md | ||
| index.js | ||
| package.json | ||
| README.md | ||
ChoiceInputMixin
export default {
title: 'Forms/System/Choice',
};
lion-choice-input mixin is a fundamental building block of form controls which return a checked-state. It is used in:
Features
- Get or set the value of the choice -
choiceValue() - Get or set the modelValue (value and checked-state) of the choice -
.modelValue - Pre-select an option by setting the
checkedboolean attribute