Koala logo Design
No matches for “
↑↓ navigate open Esc close
PrimitivesSelect & inputCheckbox

Checkbox

Multi-select member or lone boolean. The page supplies its name, value and initial state; the helper renders the native control and its visual state.

<koala-checkbox>

Boolean form value

name + value + checked

Explicit name / value

name + value + checked

Multi-value group

States

Unchecked
Checked
Disabled

Radio

visible-circle radio row

API

checked bool (koala-checkbox)
class string (koala-checkbox)
name / value / id passthrough (koala-checkbox)
x-model / x-on:* / disabled / aria-* / data-* passthrough (koala-checkbox)
checked bool (koala-radio)
class string (koala-radio)
name / value / id passthrough (koala-radio)