UxCheckbox

components/ux/Checkbox.vue

Label wrapper that associates a label string with a slotted checkbox input.

checked: true
States
components/ux/Checkbox.vue

Usage

<UxCheckbox label = "null" > Content here </UxCheckbox>

Props

PropTypeDefaultDescription
labelStringnullLabel text

Slots

SlotDescription
defaultMust contain <input type="checkbox" id="...">

Related